CustomXmlPart Class |
Namespace: Spire.Doc.Documents.Markup
The CustomXmlPart type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CustomXmlPart |
Initializes an instance of this class.
|
Name | Description | |
---|---|---|
![]() |
Data |
Gets or sets the XML content of this Custom XML Data Storage Part.
|
![]() |
Id |
Gets or sets the string that identifies this custom XML part within an OOXML document.
|
Name | Description | |
---|---|---|
![]() |
Clone |
Makes a "deep enough" copy of the object.
Does not duplicate the bytes of the
Data
value.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
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.