TablesOfAuthorities 接口

定义

(TOA 字段) 的对象集合 TableOfAuthorities ,这些对象表示文档中的引文表。

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

注解

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

Add(Range, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)使用 方法向文档添加引文目录。 从文档中的 TA (引文目录项) 域生成的引文目录。

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

属性

Application

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

Count

返回指定集合中的项数。

Creator

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

Format

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

Item[Int32]

返回集合中的单个对象。

Parent

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

方法

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

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

GetEnumerator()

(TOA 字段) 的对象集合 TableOfAuthorities ,这些对象表示文档中的引文表。

MarkAllCitations(String, Object, Object, Object)

在文本的所有实例 ShortCitation 后面插入 TA (引文目录) 字段。

MarkCitation(Range, String, Object, Object, Object)

) 字段插入 TA (引文目录项表,并将该字段作为 Field 对象返回。

NextCitation(String)

查找并选择指定引文的下一个实例。

适用于