Edit

Word.Interfaces.XmlMappingUpdateData interface

An interface for updating data on the XmlMapping object, for use in xmlMapping.set({ ... }).

Remarks

Used by

Properties

customXmlNode

Returns a CustomXmlNode object that represents the custom XML node in the data store that the content control in the document maps to.

customXmlPart

Returns a CustomXmlPart object that represents the custom XML part to which the content control in the document maps.

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

API set: WordApiDesktop 1.3

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

API set: WordApiDesktop 1.3