XMLMapping Object Members
Represents the XML mapping on a ContentControl object between custom XML and a content control. An XML mapping is a link between the text in a content control and an XML element in the custom XML data store for this document.
Methods
Name |
Description |
---|---|
Deletes the XML mapping from the parent content control. |
|
Allows creating or changing the XML mapping on a content control. Returns True if Microsoft Word maps the content control to a custom XML node in the document’s custom XML data store. |
|
Allows creating or changing the XML data mapping on a content control. Returns True if Microsoft Word maps the content control to a custom XML node in the document’s custom XML data store. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the Microsoft Word application. |
|
Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only Long. |
|
Returns a CustomXMLNode object that represents the custom XML node in the data store to which the content control in the document maps. |
|
Returns a CustomXMLPart object that represents the custom XML part to which the content control in the document maps. |
|
Returns a Boolean that represents whether the content control in the document is mapped to an XML node in the document’s XML data store. Read-only. |
|
Returns an Object that represents the parent object of the specified XMLMapping object. |
|
Returns a String that represents the prefix mappings used to evaluate the XPath for the current XML mapping. Read-only. |
|
Returns a String that represents the XPath for the XML mapping, which evaluates to the currently mapped XML node. Read-only. |