Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.XmlMappingUpdateData interface
- Package:
- word
An interface for updating data on the XmlMapping object, for use in xmlMapping.set({ ... }).
Properties
| customXmlNode | Returns a |
| customXmlPart | 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;
Property Value
Remarks
Office Add-ins
Feedback
Was this page helpful?
