A new feature was introduced in Word 2013 that allows you to collapse parts of your document and expand them when you want to view that content again. This feature makes it easier to find and view only what you want.

Word 2013中引入了一项新功能,该功能使您可以折叠文档的一部分,并在想要再次查看该内容时将其展开。 此功能使查找和查看所需内容变得更加容易。

NOTE: We used Word 2013 to illustrate this feature.

注意:我们使用Word 2013来说明此功能。

To do this, you must use the Heading styles in Word to format the headings in your document. When you move the mouse over the space to the left of a heading, a right arrow displays. When you click on the arrow, the text below the heading is hidden.

为此,您必须使用Word中的标题样式来格式化文档中的标题。 当您将鼠标移到标题左侧的空白处时,将显示向右箭头。 当您单击箭头时,标题下面的文本被隐藏。

The content below the heading collapses and only the heading displays. To view the content again, simply click the arrow to the left of the heading again.

标题下方的内容折叠,仅显示标题。 要再次查看内容,只需再次单击标题左侧的箭头。

NOTE: When you collapse a heading, only the content up to the next heading of equal or lesser value is collapsed. Notice in the image below that all the content below “Section 1” is collapsed up to “Section 2” because “Section 2” is the at same heading level (Heading 1) as “Section 1.”

注意:折叠标题时,仅折叠到下一个等于或小于该值的标题的内容。 请注意,在下图中,“ Section 1”下面的所有内容都被折叠到“ Section 2”,因为“ Section 2”是与“ Section 1”相同的标题级别(标题1)。

When we collapsed “Subheading A,” which is a Heading 2, it collapses the content up to “Section 2” because that heading level is greater than “Subheading A.” However, when we collapsed “Section 1,” “Subheading A” and the content below it was collapsed as well because it is a lesser heading level than “Section 1.”

当我们折叠作为标题2的“子标题A”时,它会将内容折叠到“第2节”,因为该标题级别大于“子标题A”。 但是,当我们折叠“第1节”,“子标题A”时,其下的内容也被折叠了,因为它的标题级别比“第1节”小。

Word provides a quick way to collapse or expand all headings at once. To do this, right-click on any heading and move your mouse over “Expand/Collapse” on the popup menu. Then, select “Collapse All Headings” from the submenu to collapse all the headings in your document, or “Expand All Headings” to expand all the headings again.

Word提供了一种快速折叠或展开所有标题的快速方法。 为此,右键单击任何标题,然后将鼠标移到弹出菜单上的“展开/折叠”上。 然后,从子菜单中选择“折叠所有标题”以折叠文档中的所有标题,或选择“展开所有标题”以再次展开所有标题。

You can also set up Word to automatically collapse certain heading levels by default. To do this, make sure the “Home” tab is active on the ribbon. If it isn’t, click on it to activate it.

您还可以将Word设置为默认情况下自动折叠某些标题级别。 为此,请确保功能区上的“主页”选项卡处于活动状态。 如果不是,请单击将其激活。

Place the cursor in a heading formatted with the heading level you want to collapse (such as Heading 1) and click the “Paragraph Settings” dialog box button in the “Paragraph” section of the “Home” tab.

将光标放置在要折叠的标题级别格式的标题(例如标题1)上,然后单击“主页”选项卡的“段落”部分中的“段落设置”对话框按钮。

On the “Indents and Spacing” tab of the “Paragraph” dialog box, select the “Collapsed by default” check box to the right of the “Outline level” drop-down list so there is a check mark in the box. If you don’t have the cursor in a heading, the “Collapsed by default” is grayed out and cannot be selected.

在“段落”对话框的“缩进和间距”选项卡上,选中“大纲级别”下拉列表右侧的“默认折叠”复选框,以便在该复选框中打勾。 如果标题中没有光标,则“默认折叠”为灰色,无法选择。

NOTE: This change only applies to the current heading and not all headings at the same level, unless you modify the heading style to include this change.

注意:此更改仅适用于当前标题,而不适用于同一级别的所有标题,除非您修改标题样式以包括此更改 。

Note that you can only collapse and expand parts of your document when you’re viewing it on your computer. When you print the document, all headings are automatically expanded.

请注意,只有在计算机上查看文档时,才可以折叠和展开文档的一部分。 打印文档时,所有标题都会自动展开。

This feature is useful for viewing your document as an outline, although you can also use the Navigation Pane to view an outline of your document and easily jump to parts of your document, as well as to reorganize your document.

此功能对于以大纲形式查看文档很有用,尽管您也可以使用导航窗格来查看文档的大纲并轻松跳转到文档的各个部分以及重新组织文档。

翻译自: https://www.howtogeek.com/216755/how-to-collapse-and-expand-parts-of-your-document-in-word/

如何在Word中折叠和扩展文档的某些部分相关推荐

  1. java word设置纸张a3,Word中进行设置A3文档纸张大小的操作技巧

    在工作中最常用的纸质文档是A4的,但是我们有时候也需要用一些A3甚至其他纸张的文档,那么,在做文档的时候该如何设置呢?今天,学习啦小编就教大家在Word中进行设置A3文档纸张大小的操作技巧. Word ...

  2. 布置到linux的文件,免费的Office套件,如何在Linux中部署OnlyOffice桌面文档编辑器...

    原标题:免费的Office套件,如何在Linux中部署OnlyOffice桌面文档编辑器 如果您是Ubuntu用户(或者一般的Linux用户),那么您很可能将LibreOffice作为默认的offic ...

  3. 如何在Markdown中链接到同一文档的一部分?

    我正在编写一个大型Markdown文档,并希望在开始时放置一个目录列表,该目录将提供指向文档中各个位置的链接. 我怎样才能做到这一点? 我尝试使用 [a link](# MyTitle) 其中MyTi ...

  4. 一个html文档的开始标记,如何在Python中只向HTML文档添加一个开始标记

    我正在尝试制作一个自动脚本,从网站下载一个表,然后使用正则表达式取出相关数据.html是 UKRAINEJan-Feb 2016(e) 1.181-12-1,0%-71-5,7%-42-3,4%EU- ...

  5. Microsoft Word教程:如何在 Word 中创建文档、添加和编辑文本?

    欢迎观看 Microsoft Word 教程,小编带大家学习 Microsoft Word 的使用技巧,了解如何在 Word 中创建文档.添加和编辑文本. 创建文档,打开 Word,选择「空白文档」. ...

  6. 如何打开html的文档结构图,如何在Word中设置文档结构图

    在使用Word文档编辑大量文字内容时,有涉及到很多章节,有时候页数太多,很难操作前后快速链接起来,为了让整个文案的脉络承上启下,那如何在Word中设置文档结构图? 接下来小编跟大家介绍下如何设置wor ...

  7. Microsoft Word教程「1」,如何在 Word 中创建文档、添加和编辑文本?

    欢迎观看 Microsoft Word 教程,小编带大家学习 Microsoft Word 的使用技巧,了解如何在 Word 中创建文档.添加和编辑文本. 创建文档,打开 Word,选择「空白文档」. ...

  8. 如何在Word中排出漂亮的代码

    引言 学数学和计算机,当然还是用LaTeX排版技术文章更方便.但有时候还是迫不得已需要用Word写作,另外Word其实也有Word的好处,比如细节上的修改要比LaTeX方便. 从Matlab高亮代码复 ...

  9. 我们经常会用遇到一些文件需要网签,如何在word中制作手写签名?

    我们经常会用遇到一些文件需要网签,如何在word中制作手写签名? 目录 我们经常会用遇到一些文件需要网签,如何在word中制作手写签名? 1.在纸上写手好签名,用手机拍照上传至电脑上 2.打开word ...

最新文章

  1. CSS || 三栏布局,两边固定,中间自适应
  2. APUE学习之多线程编程(二):线程同步
  3. shell 常用命令集合
  4. 贪心——雪糕的最大数量(Leetcode 1833)
  5. Zookeeper(二)——安装
  6. Android中通过ViewHelper.setTranslationY实现View移动控制(NineOldAndroids开源项目)
  7. RAID组中的“Foreign”状态磁盘
  8. winscp普通用户向linux根目录中上传文件无法建立远程文件
  9. 蓝桥杯vip答案java_Java实现 蓝桥杯VIP 算法训练 寂寞的数
  10. matlab 电力系统分析 毕设,基于Labview的“电力系统分析”课程仿真:电力系统分析matlab仿真实例...
  11. 什么情况下使用10分钟邮箱?8个临时邮箱推荐
  12. 新版 OPPO Enco Free 2 固件工具 (仅供交流学习使用)
  13. QQ邮箱的POP3与SMTP服务器是什么?
  14. go-excel文档
  15. 什么是大数据?零基础如何学习大数据?(附学习路线)
  16. 强引用,软引用,弱引用,虚引用
  17. mysql 小彬实战命令
  18. 【Python】植物大战僵尸-基于pygame模块-part2
  19. 中国APP系统软件开发公司十大排名榜
  20. ldconfig 出现报错 ldconfig: /opt/ffmpeg/lib/libvpx.so.4 is not a symbolic link

热门文章

  1. python批量图像处理_python数字图像处理(6):图像的批量处理
  2. Ant中build.xml对多module部署配置
  3. WIN10系统使用MySQ-front无法正常新建数据库
  4. 实例解析C++多线程并发---异步编程
  5. DirectX11渲染过程
  6. Redis的介绍和使用
  7. css导航下面多个副导航_CSS Diamond Mesh导航
  8. 八大基本数据类型字节
  9. php绘图失真,矢量图会失真吗
  10. css 文字首行缩进2两个字符,悬挂缩进