Insert a table of figures Click in your document where you want to insert the table of figures. SelectReferences>Insert Table of Figures. Note:If your Word document is not maximized, theInsert Table of Figuresoption might not be visible. Some minimized views show only theInsert Table of Figur...
插入图表目录 可以通过创建图表表(非常类似于目录)列出和组织 Word 文档中的图形、图片或表格。 首先向图表添加标题,然后使用“引用”选项卡上的“插入图表表”命令。 Word 然后搜索文档中的标题,并自动添加按页码排序的图表列表。 开始之前 在创建图表表之前,需要向要包含...
表达 一个代表“TableOfFigures”集合的变量。 备注 该属性对应于 TOC 域的 \c 开关。 示例 本示例插入一个表格题注,然后将第一个图表目录的题注改为“表格”。 VB 复制 Selection.Collapse Direction:=wdCollapseStart Selection.Range.InsertCaption "Table" If ActiveDocument.TablesOfFigures.Count >= 1 Then...
Microsoft.Office.Interop.Word 程序集: Microsoft.Office.Interop.Word.dll 返回一个TableOfFigures对象,该对象表示添加到文档中的图表表。 C# publicMicrosoft.Office.Interop.Word.TableOfFiguresAdd(Microsoft.Office.Interop.Word.Range Range,refobjectCaption,refobjectIncludeLabel,refobjectUseHeadingStyles,refobjectUpp...
Word 程序集: Microsoft.Office.Interop.Word.dll 对象的集合 TableOfFigures ,这些对象表示文档中的图表表。 C# 复制 [System.Runtime.InteropServices.Guid("00020922-0000-0000-C000-000000000046")] public interface TablesOfFigures : System.Collections.IEnumerable 属性 GuidAttribute 实现 IEnumerable 注解 ...
expression.TablesOfFigures expressionA variable that represents aDocumentobject. Remarks For information about returning a single member of a collection, seeReturning an object from a collection. Example This example adds a table of figures at the insertion point in the active document. ...
Assembly: Microsoft.Office.Interop.Word.dll Returns a HeadingStyles object that represents additional styles used to compile a table of figures (styles other than the Heading 1 – Heading 9 styles). C# 複製 public Microsoft.Office.Interop.Word.HeadingStyles HeadingStyles { ge...
Namespace: Microsoft.Office.Interop.Word Assembly: Microsoft.Office.Interop.Word.dll C# 複製 public virtual Microsoft.Office.Interop.Word.TablesOfFigures TablesOfFigures { get; } Property Value TablesOfFigures Implements TablesOfFigures Applies to 產品版本 Word primary interop assembly Latest ...
Creating a table of contents in a Microsoft Word document is a two-step process. First, identify the text that you want to appear in the Table of Contents. Second, tell Word to insert the Table of Contents. Having created your Table of Contents, you can then customize it in several ways...
I have a document in two column format. To insert table (or figure), I first insert a textbox and then inside the textbox, I insert a table (or a figure)...