CustomXmlPart
Overview
CustomXmlPart is a class in Aspose.Words FOSS for .NET.
Represents a Custom XML Data Storage Part (custom XML data within a package).
This class provides 1 method for working with CustomXmlPart objects in .NET programs.
Available methods include: Clone.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Data, DataChecksum, Id, Schemas.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Id | string | Read/Write | Gets or sets the string that identifies this custom XML part within an OOXML document. |
Schemas | CustomXmlSchemaCollection | Read | Specifies the set of XML schemas that are associated with this custom XML part. |
Data | byte[] | Read/Write | Gets or sets the XML content of this Custom XML Data Storage Part. |
DataChecksum | long | Read | Specifies a cyclic redundancy check (CRC) checksum of the Data content. |
Methods
| Signature | Description |
|---|---|
Clone() | Makes a “deep enough” copy of the object. |