xmlMapping property

IStructuredDocumentTag.xmlMapping property

Gets an object that represents the mapping of this structured document tag to XML data in a custom XML part of the current document.

get xmlMapping(): Aspose.Words.Markup.XmlMapping

Remarks

You can use the XmlMapping.setMapping() method of this object to map a structured document tag to XML data.

See Also