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;