CustomXmlPart Class

Represents custom xml part.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesCustomXmlPart

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class CustomXmlPart : ICustomXmlPart

The CustomXmlPart type exposes the following members.

Properties
  NameDescription
Public propertyItemId
Specifies a globally unique identifier (GUID) that uniquely identifies a single custom XML part within an Office Open XML document. Read-only Guid.
Public propertyNamespaceSchemas
Returns the collection XML schemas that are associated with the custom XML part. Read-only string.
Public propertyXmlAsString
Returns or sets xml data as UTF-8 string. Read/write String. value is null.value is empty or xml-data is invalid.
Public propertyXmlData
Returns or sets xml data. Read/write byte. value is null.value is empty or xml-data is invalid.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the custom xml part from the presentation.
Public methodToString (Inherited from Object.)
See Also