Word.Interfaces.CustomXmlPartCollectionLoadOptions interface
包含 Word 集合。CustomXmlPart 对象。
属性
| $all | 指定加载选项将 |
| built |
For EACH ITEM in the collection: 获取 是否 |
| document |
For EACH ITEM in the collection: 获取文档中数据的绑定区域的根元素。 如果区域为空,则属性返回 |
| id | 对于集合中的每个项目: 获取自定义 XML 部分的 ID。 |
| namespace |
对于集合中的每个项目: 获取自定义 XML 部分的命名空间 URI。 |
| xml | 对于集合中的每个项目: 获取当前 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
builtIn
For EACH ITEM in the collection: 获取 是否 CustomXmlPart 内置。
builtIn?: boolean;
属性值
boolean
注解
documentElement
For EACH ITEM in the collection: 获取文档中数据的绑定区域的根元素。 如果区域为空,则属性返回 Nothing。
documentElement?: Word.Interfaces.CustomXmlNodeLoadOptions;