Word.Interfaces.BuildingBlockCategoryLoadOptions interface
表示Word文档中构建基块的类别。
注解
属性
| $all |
|
| index | 返回对象在集合中的位置 |
| name | 返回对象的名称 |
| type | 返回一个 |
属性详细信息
$all
$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
index
name
type
返回一个 BuildingBlockTypeItem 对象,该对象表示构建基块类别的构建基块的类型。
type?: Word.Interfaces.BuildingBlockTypeItemLoadOptions;