Word.Interfaces.ListTemplateCollectionLoadOptions interface
包含 Word 集合。文档、列表模板库或文档模板中的 ListTemplate 对象。
属性
| $all | 指定加载选项将 |
| name | 对于集合中的每个项目: 指定列表模板的名称。 |
| outline |
For EACH ITEM in the collection: 指定列表模板是否采用大纲编号。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
name
outlineNumbered
For EACH ITEM in the collection: 指定列表模板是否采用大纲编号。
outlineNumbered?: boolean;
属性值
boolean