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({ ... }).

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


Feedback

Was this page helpful?