TablesOfAuthoritiesCategories 接口

定义

表示机构类别表(如案例和法规)的对象的集合 TableOfAuthoritiesCategory

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

注解

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

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

Add 方法不适用于 TablesOfAuthoritiesCategories 集合。 集合仅限于 16 项;但是,您可以使用 Name 属性来重命名现有的类别。

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

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

属性

Application

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

Count

返回指定集合中的项数。

Creator

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

Item[Object]

返回集合中的单个对象。

Parent

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

方法

GetEnumerator()

表示机构类别表(如案例和法规)的对象的集合 TableOfAuthoritiesCategory

适用于