Word.Interfaces.XmlMappingUpdateData interface
An interface for updating data on the XmlMapping
object, for use in xmlMapping.set({ ... })
.
Properties
custom |
Returns a |
custom |
Returns a |
Property Details
customXmlNode
Returns a CustomXmlNode
object that represents the custom XML node in the data store that the content control in the document maps to.
customXmlNode?: Word.Interfaces.CustomXmlNodeUpdateData;
Property Value
Remarks
customXmlPart
Returns a CustomXmlPart
object that represents the custom XML part to which the content control in the document maps.
customXmlPart?: Word.Interfaces.CustomXmlPartUpdateData;