Word.Interfaces.XmlMappingUpdateData interface
用于更新对象上的 XmlMapping 数据的接口,用于 在 中使用 xmlMapping.set({ ... })。
属性
| custom |
返回一个 |
| custom |
返回一个 |
属性详细信息
customXmlNode
返回一个 CustomXmlNode 对象,该对象表示文档中内容控件映射到的数据存储中的自定义 XML 节点。
customXmlNode?: Word.Interfaces.CustomXmlNodeUpdateData;
属性值
注解
customXmlPart
返回一个 CustomXmlPart 对象,该对象表示文档中的内容控件映射到的自定义 XML 部件。
customXmlPart?: Word.Interfaces.CustomXmlPartUpdateData;