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

NameTypeAccessDescription
IdstringRead/WriteGets or sets the string that identifies this custom XML part within an OOXML document.
SchemasCustomXmlSchemaCollectionReadSpecifies the set of XML schemas that are associated with this custom XML part.
Databyte[]Read/WriteGets or sets the XML content of this Custom XML Data Storage Part.
DataChecksumlongReadSpecifies a cyclic redundancy check (CRC) checksum of the Data content.

Methods

SignatureDescription
Clone()Makes a “deep enough” copy of the object.

See Also