xml_mapping property

IStructuredDocumentTag.xml_mapping 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.

@property
def xml_mapping(self) -> aspose.words.markup.XmlMapping:
    ...

Remarks

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

See Also