微软文本检索_如何在Microsoft Word中引用其他文档中的文本

微软文本检索

微软文本检索

00_lead_image_common_information

You probably have some text that you type often in your Word documents, such as addresses. Instead of retyping this text every time you need it, you can put this common text into one Word document and reference it in other documents–it’ll even automatically update in all your documents if you change it.

您可能有一些经常在Word文档中键入的文本,例如地址。 您可以将此通用文本放入一个Word文档中,并在其他文档中进行引用,而不必每次都重新键入该文本,如果更改,它甚至会在所有文档中自动更新。

Say you want to put your address in the footer of your documents, but the address changes from time to time. You can store the address in a separate, common Word document and use a field in your report to pull the text from the common document, and update whenever it changes. We’ll show you how to do this.

假设您想将地址放在文档的页脚中,但是地址会不时更改。 您可以将地址存储在单独的通用Word文档中,并在报告中使用字段从通用文档中提取文本,并在更改时进行更新。 我们将向您展示如何执行此操作。

To begin, create a new Word document that will serve as your repository for the address you want to insert into other Word documents. Save it in a location that will be accessible by other documents. For example, don’t save it on a network drive to which you don’t always have access.

首先,创建一个新的Word文档,它将用作您要插入其他Word文档中的地址的存储库。 将其保存在其他文档可以访问的位置。 例如,不要将其保存在并非总是具有访问权限的网络驱动器上。

We’re going to use bookmarks to refer to the address in our common document. Type the string of text you want to insert into other documents (in our case, the address). Create a bookmark by highlighting the name and going to Insert > Bookmark and giving it a name, like “Address”. See our guide to bookmarks in Word for information on creating them.

我们将使用书签来引用我们的普通文档中的地址。 键入要插入其他文档的文本字符串(在我们的示例中为地址)。 通过突出显示名称并转到插入>书签并为其命名,例如“地址”,来创建书签。 有关创建书签的信息,请参见Word中的书签指南。

Note that bookmark names cannot have any spaces. We recommend putting the name of the bookmark above each item in your common information file so you easily know which name to use for which item. This is especially useful if you plan to have a lot of reusable items in this common document. In our example, we added our address to the common information document and put the bookmark name, “Address”, above the item.

请注意,书签名称不能有任何空格。 我们建议将书签的名称放在公共信息文件中每个项目的上方,以便您轻松知道要为哪个项目使用哪个名称。 如果您打算在此公共文档中有很多可重复使用的项目,则此功能特别有用。 在我们的示例中,我们将地址添加到公共信息文档中,并将书签名称“地址”放在项目上方。

01_creating_bookmark_in_common_file

Once you’ve added the item to your common document, you can save and close. Open the document in which you want to insert the address and position the cursor where you want that text to go. For our example, we’re going to add a footer and insert the address there.

将项目添加到普通文档后,即可保存并关闭。 打开您要在其中插入地址的文档,然后将光标置于您要输入文本的位置。 对于我们的示例,我们将添加一个页脚并在其中插入地址。

02_placing_cursor_in_footer

We’re going to use the INCLUDETEXT field code to refer to the bookmark we created in the common document. To do this, press “Ctrl + F9” to insert the brackets for the field code.

我们将使用INCLUDETEXT域代码来引用我们在通用文档中创建的书签。 为此,请按“ Ctrl + F9”以插入域代码的括号。

NOTE: You cannot just type normal brackets around field codes. You must use “Ctrl + F9” to insert the correct type of brackets.

注意:您不能只在域代码周围输入普通括号。 您必须使用“ Ctrl + F9”插入正确的括号类型。

03_pressing_ctrl_f9_for_brackets

The cursor is automatically placed in between the brackets. Type the following text between the brackets, replacing the “<path to file>” with the absolute full path to your common Word containing the name you want to insert. Replace “<bookmark name>” with the bookmark name you assigned to the item in the common document.

光标会自动放在括号之间。 在方括号之间键入以下文本,将“ <文件路径>”替换为包含要插入名称的通用Word的绝对完整路径。 将“ <书签名称>”替换为您为普通文档中的项目分配的书签名称。

INCLUDETEXT "<path to file>" <bookmark name>

NOTE: Do not enter the brackets in the field code.

注意:请勿在域代码中输入括号。

For example, we typed the following in between the field code brackets:

例如,我们在域代码括号之间键入以下内容:

INCLUDETEXT "C:\\Users\\Lori\\Documents\\Common Information\\CommonInformation.docx" Address

NOTE: You must use double backslashes in the path, like we did. Also, make sure you use straight quotes, not smart quotes, when typing the above code into the field.

注意:必须像我们一样在路径中使用双反斜杠。 另外,在字段中键入上述代码时,请确保使用直引号而不是智能引号。

04_entering_includetext_field_code

To grab the address from the common document and insert it into the field code you just entered, right-click on the field code and select “Update Field” from the popup menu.

要从通用文档中获取地址并将其插入刚输入的域代码中,请右键单击该域代码,然后从弹出菜单中选择“更新域”。

05_selecting_update_field

The address displays in the document. Brackets still display around the address if you have the “Show bookmarks” option on. Again, see our article about bookmarks to learn how to turn off this option. Also, the field code might be shaded. However, you can also turn this off.

地址显示在文档中。 如果您启用了“显示书签”选项,则括号仍会显示在地址周围。 同样,请参阅我们有关书签的文章,以了解如何关闭此选项。 此外,该域代码可能会被加阴影。 但是,您也可以关闭此功能。

06_text_inserted

If you want to change the field code, you can display the code again rather than the result. To do this, right-click on the resulting item and select “Toggle Field Codes” from the popup menu. The text you typed into the field code displays again and you can edit it. Simply, update the field to display the new result.

如果要更改域代码,可以再次显示该代码而不是结果。 为此,右键单击生成的项目,然后从弹出菜单中选择“切换域代码”。 您在域代码中键入的文本将再次显示,您可以对其进行编辑。 只需更新字段以显示新结果。

07_selecting_toggle_field_codes

Once you’ve created your common document, you can use it to store other items you often type into your Word documents. Simply use a separate INCLUDETEXT field in your Word documents for each piece of information you want to automatically insert from your common document.

一旦创建了通用文档,就可以使用它存储您经常在Word文档中键入的其他项目。 只需在Word文档中使用单独的INCLUDETEXT字段,即可获取要从普通文档中自动插入的每条信息。

翻译自: https://www.howtogeek.com/240026/how-to-reference-text-from-other-documents-in-microsoft-word/

微软文本检索

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/279935.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Hadoop-Flume-类比吸尘器图解

2019独角兽企业重金招聘Python工程师标准>>> 这是我自己理解Hadoop-Flume的方式 转载于:https://my.oschina.net/u/3697442/blog/1560613

ChatGPT 之后,再玩玩 Stable-Diffusion

前些天体验的 ChatGPT 主要用来进行文本方面的处理&#xff0c;那么图片生成有没有这样的 AI 工具 呢&#xff1f;答案是肯定的。例如&#xff1a;和菜头公众号的题图和文章中的插图大多都是使用 Stable-Diffusion 的 AI 图形生成工具创作的。顺着 Stable-Diffusion 搜索了下相…

渗透测试入门DVWA 教程1:环境搭建

首先欢迎新萌入坑。哈哈。你可能抱着好奇心或者疑问。DVWA 是个啥&#xff1f; DVWA是一款渗透测试的演练系统&#xff0c;在圈子里是很出名的。如果你需要入门&#xff0c;并且找不到合适的靶机&#xff0c;那我就推荐你用DVWA。 我们通常将演练系统称为靶机&#xff0c;下面请…

移动硬盘改台式机硬盘_如何在台式机或移动设备上离线使用Google云端硬盘

移动硬盘改台式机硬盘If there’s any drawback to using cloud-based services for all your productivity and organization needs, it’s that if you can’t get an Internet connection, you’re basically out of luck. 如果使用基于云的服务来满足您的所有生产力和组织需…

你可能不知道的容器镜像安全实践

大家好&#xff0c;我是Edison。最近在公司搭建CI流水线&#xff0c;涉及到容器镜像安全的话题&#xff0c;形成了一个笔记&#xff0c;分享与你&#xff0c;也希望我们都能够提高对安全的重视。时代背景近年来应用程序逐步广泛运行在容器内&#xff0c;容器的采用率也是逐年上…

【Win 10 应用开发】UI Composition 札记(二):基本构件

在上一篇中&#xff0c;老周用一个示例&#xff0c;演示了框架视图的创建过程&#xff0c;在本篇中&#xff0c;老周将给大伙伴们说一下 Composition 构建 UI 的一些“零件”。 UI Composition 有一个核心类——对&#xff0c;就是 Compositor 类&#xff0c;它是总生产车间&am…

禁用内置键盘_如何禁用Windows 10的所有内置广告

禁用内置键盘Windows 10 has a lot of built-in advertising. This isn’t just about the free upgrade offer: Even if you purchase a new PC that comes with a Windows 10 license or spend $200 for a copy of Windows 10 Professional, you’ll see ads in your operati…

震惊!顶着 39.5℃高烧 ,我和这哥俩都聊了些啥?

这是头哥侃码的第271篇原创上周三&#xff0c;我邀请了两位嘉宾进入直播间&#xff0c;即便自己顶着 39.5 度的高烧&#xff0c;还是强打精神与这哥俩聊了俩小时。相信关注我的朋友们都知道&#xff0c;我是头哥侃码的主理人&#xff0c;同时也是上海TGO上海分会董事会成员。赵…

在Windows Mobile模拟器(Emulator)建立网络连接

因为想使用Windows Mobile Emulator进行网络通信程序的测试&#xff0c;所以找方法配置Emulator的网络连接。在网上找了一些文章&#xff0c;很多都说需要安装Virtual PC 2007. 例如下面的文章Enable Network Connection Windows Mobile 6 Emulator 如果需要 Virtual PC 2007 可…

api游戏编程鼠标选择拖动_如何选择合适的游戏鼠标

api游戏编程鼠标选择拖动You don’t need a gaming mouse to play PC games—just about any mouse with two buttons and a wheel will play anything you want it to. But that’s no reason to deny yourself the wonderful variety of gaming mouse designs on the market.…

iOS - 上架的APP 生成二维码下载

1.首先打开苹果App Store商店进入到里面&#xff0c;找到需要打开链接地址的应用程序&#xff0c;例如&#xff1a;百度。2. 在App Store商店里面先点击一下应用程序图标&#xff0c;再按一下…分享按钮。 3. 接着选择分享APP&#xff0c;再点击拷贝链接地址&#xff0c;将应用…

Rsa2加密报错java.security.spec.InvalidKeySpecException的解决办法

最近在和支付宝支付做个对接&#xff0c;Java项目中用到了RSA2进行加解密&#xff0c;在加密过程中遇到了错误&#xff1a; java.security.spec.InvalidKeySpecException: java.security.InvalidKeyException: IOException : algid parse error, not a sequence 代码执行到这句…

浅析领域驱动设计

1.概要DDD&#xff08;Domain-driven design&#xff0c;模型驱动设计&#xff09;是一种软件设计的指导思想&#xff0c;而非固定的一套公式化开发模板&#xff08;这样就会导致网络上出现各种基于自己或业务上的理解而产出的DDD落地的实现&#xff0c;会让很想学习的开发者迷…

Delphi实现的透明阴影以及蒙版效果菜单

QQ2010的皮肤控件目前实现了一部分&#xff0c;看到有些软件的菜单&#xff0c;都有阴影&#xff0c;透明等效果&#xff0c;于是开始重新实现菜单控件&#xff0c;QQ2009版的菜单控件&#xff0c;是自己从TComponent继承了完全模拟实现的一个菜单&#xff0c;虽然实现了菜单控…

cortana搜索框_如何在Windows 10任务栏上隐藏Cortana搜索框

cortana搜索框One of the most talked about features in the latest version of Windows 10 was the Cortana personal assistant that is integrated directly into the taskbar. But what if you don’t want to waste all that taskbar space? 最新版本的Windows 10中最受…

Kotlin 基础 - 数据类型

一、Boolean 类型 Boolean 值有两个值&#xff0c;分别为 true 或 false。多数情况下&#xff0c;Kotlin 中的 Boolean 相当于 Java 中的基本类型 boolean&#xff0c;只有在必要的情况下才会装箱成为 Java 中的装箱类型 Boolean。这一切都是交由编译器来完成&#xff0c;我们无…

微软公布Entity Framework 8.0规划

微软.NET团队在博客上公布了有关 Entity Framework Core 8.0&#xff08;也称为 EF Core 8 或 EF8&#xff09;的未来规划。EF Core 8 是 EF Core 7 之后的下一个版本&#xff0c;这将是一个长期支持版本&#xff1b;计划于 2023 年 11 月与 .NET 8 同时发布。该公司表示&#…

roku能不能安装软件_如何阻止假期更改Roku主题

roku能不能安装软件Wondering why your Roku looks…different? Roku occasionally changes the background for its millions of users, something they call a “featured theme.” 想知道为什么您的Roku看起来...不同吗&#xff1f; Roku偶尔会改变其数百万用户的背景&…

助力AIoT,雅观科技发布空间智能化操作系统

雷锋网(公众号&#xff1a;雷锋网)消息&#xff0c;3月14日&#xff0c;雅观科技在上海举办了“「AI」悟及物 「柔」生万屋”2019雅观科技新品发布会&#xff0c;发布了空间智能化操作系统Akeeta、空间智能化柔性服务技术中台Matrix&#xff0c;以及基于两者开发的雅观智慧社区…

如何在Windows 10的地图应用程序中获取离线地图

If you know you’re going to be using your PC in a location without an Internet connection, and you need access to maps, you can download maps for specific areas in the “Maps” app in Windows 10 and use them offline. 如果您知道要在没有Internet连接的地方使…