TableOfAuthorities.Category 属性

定义

返回或设置要包含在引文目录中的项的类别。

public:
 property int Category { int get(); void set(int value); };
public int Category { get; set; }
member this.Category : int with get, set
Public Property Category As Integer

属性值

注解

Category 属性对应于 TOA 字段的 \c 开关。 值 1 到值 16 对应于 "索引和目录" 对话框的 "引文目录" 选项卡上 "类别" 列表中的项目。

注意 与所有类别相对应的数字 0 (零) 不能与此属性一起使用。 但是,在插入引文目录时,可以使用 0 指定所有类别。

适用于