Click or drag to resize

CustomXmlPart Class

Represents a Custom XML Data Storage Part (custom XML data within a package).
Inheritance Hierarchy
System Object
Spire.Doc.Documents.Markup CustomXmlPart

Namespace: Spire.Doc.Documents.Markup
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class CustomXmlPart

The CustomXmlPart type exposes the following members.

Constructors
Name Description
Public method CustomXmlPart
Initializes an instance of this class.
Top
Properties
Name Description
Public property Data
Gets or sets the XML content of this Custom XML Data Storage Part.
Public property Id
Gets or sets the string that identifies this custom XML part within an OOXML document.
Top
Methods
Name Description
Public method Clone
Makes a "deep enough" copy of the object. Does not duplicate the bytes of the Data value.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Remarks

A OOML or DOC document can contain one or more Custom XML Data Storage parts. Spire.Words preserves and allows to create and extract Custom XML Data via the CustomXmlParts collection.

See Also