Categories 接口

定义

代表构建基块类别的集合。

public interface class Categories
[System.Runtime.InteropServices.Guid("6E47678B-A879-4E56-8698-3B7CF169FAD4")]
public interface Categories
type Categories = interface
Public Interface Categories
属性

注解

Item(Object)使用 方法访问流出类别。 然后, BuildingBlocks 可以使用 属性访问类别的对象 BuildingBlock 集合。

Item(Object)使用 方法访问逐出类别;若要创建新类别,请使用 Add(String, WdBuildingBlockTypes, String, Range, Object, WdDocPartInsertOptions) 集合的 BuildingBlockEntries 方法。 设置参数的值 Category

有关构建基块的详细信息,请参阅 使用构建基块

属性

Application

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

Count

返回集合中的 Categories 项数。 此为只读属性。

Creator

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

Parent

返回指定 Categories 集合的父对象。

方法

Item(Object)

返回集合中的指定项。

适用于