TablesOfContents 接口

定义

对象的集合 TableOfContents ,这些对象表示文档中的目录。

public interface class TablesOfContents : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020914-0000-0000-C000-000000000046")]
public interface TablesOfContents : System.Collections.IEnumerable
type TablesOfContents = interface
    interface IEnumerable
Public Interface TablesOfContents
Implements IEnumerable
属性
实现

注解

TablesOfContents使用 属性可返回 TablesOfContents 集合。

Add(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)使用 方法将目录添加到文档。

使用 TablesOfContents (index) (其中 index 是索引号)可返回单个 TableOfContents 对象。 索引号代表文档中的目录的位置。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。

Count

返回指定集合中的项数。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Format

返回或设置指定文档中目录的格式。

Item[Int32]

返回集合中的单个对象。

Parent

返回一个对象,代表指定对象的父对象。

方法

Add(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

返回一个 TableOfContents 对象,该对象表示添加到文档的目录。

Add2000(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

仅供内部使用。

AddOld(Range, Object, Object, Object, Object, Object, Object, Object, Object)

仅供内部使用。

GetEnumerator()

对象的集合 TableOfContents ,这些对象表示文档中的目录。

MarkEntry(Range, Object, Object, Object, Object)

在指定范围后插入一个 TC (目录项) 域。 方法返回表示 Field TC 字段的 对象。

适用于