CustomXmlPart class
Contents
[
Hide
]CustomXmlPart class
Represents custom xml part.
The CustomXmlPart type exposes the following members:
Properties
Property | Description |
---|---|
xml_data | Returns or sets xml data. Read/write int[]. value is None .value is empty or xml-data is invalid. |
xml_as_string | Returns or sets xml data as UTF-8 string. Read/write str. value is None .value is empty or xml-data is invalid. |
item_id | Specifies a globally unique identifier (GUID) that uniquely identifies a single custom XML part within an Office Open XML document. Read-only System.Guid. |
namespace_schemas | Returns the collection XML schemas that are associated with the custom XML part. Read-only str[]. |
Methods
Method | Description |
---|---|
remove | Removes the custom xml part from the presentation. |
See Also
- module
aspose.slides
- library
Aspose.Slides