CustomXmlPart Class |
Namespace: Aspose.Slides
The CustomXmlPart type exposes the following members.
Name | Description | |
---|---|---|
![]() | ItemId |
Specifies a globally unique identifier (GUID) that uniquely identifies a single custom XML
part within an Office Open XML document.
Read-only Guid.
|
![]() | NamespaceSchemas |
Returns the collection XML schemas that are associated with the custom XML part.
Read-only String[].
|
![]() | XmlAsString |
Returns or sets xml data as UTF-8 string.
Read/write String.
value is null.value is empty or xml-data is invalid. |
![]() | XmlData |
Returns or sets xml data.
Read/write Byte[].
value is null.value is empty or xml-data is invalid. |
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | Remove |
Removes the custom xml part from the presentation.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |