CustomXmlPart class

CustomXmlPart class

Represents a Custom XML Data Storage Part (custom XML data within a package). To learn more, visit the Structured Document Tags or Content Control documentation article.

Remarks

A DOCX or DOC document can contain one or more Custom XML Data Storage parts. Aspose.Words preserves and allows to create and extract Custom XML Data via the Document.custom_xml_parts collection.

Constructors

NameDescription
CustomXmlPart()The default constructor.

Properties

NameDescription
dataGets or sets the XML content of this Custom XML Data Storage Part.
data_checksumSpecifies a cyclic redundancy check (CRC) checksum of the CustomXmlPart.data content.
idGets or sets the string that identifies this custom XML part within an OOXML document.
schemasSpecifies the set of XML schemas that are associated with this custom XML part.

Methods

NameDescription
clone()Makes a “deep enough” copy of the object. Does not duplicate the bytes of the CustomXmlPart.data value.

See Also