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.
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
Properties
| Name | Description |
|---|
| data | Gets or sets the XML content of this Custom XML Data Storage Part. |
| data_checksum | Specifies a cyclic redundancy check (CRC) checksum of the CustomXmlPart.data content. |
| id | Gets or sets the string that identifies this custom XML part within an OOXML document. |
| schemas | Specifies the set of XML schemas that are associated with this custom XML part. |
Methods
| Name | Description |
|---|
| clone() | Makes a “deep enough” copy of the object. Does not duplicate the bytes of the CustomXmlPart.data value. |
See Also