TableOfAuthoritiesCategory 接口

定义

代表单个引文目录类别。

public interface class TableOfAuthoritiesCategory
[System.Runtime.InteropServices.Guid("00020977-0000-0000-C000-000000000046")]
public interface TableOfAuthoritiesCategory
type TableOfAuthoritiesCategory = interface
Public Interface TableOfAuthoritiesCategory
属性

注解

TableOfAuthoritiesCategories 对象是 集合的成员TablesOfAuthoritiesCategoriesTablesOfAuthoritiesCategories 集合包括“索引和表”对话框中“引文目录”选项卡上的“类别”框中列出的所有 16 个类别, (“插入”菜单) 。

使用 TablesOfAuthoritiesCategories (index) (其中 index 是类别名称或索引号)可返回单个 TableOfAuthoritiesCategory 对象。

索引号代表“索引和目录”对话框(“插入”菜单)中类别的位置。

Add 方法不适用于 TablesOfAuthoritiesCategories 集合。 集合限制为 16 项:但是,可以使用 Name 属性重命名现有类别。

属性

Application

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

Creator

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

Index

返回一个 Integer 类型的值,该值代表项在集合中的位置。

Name

返回或设置指定对象的名称。

Parent

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

适用于