ICustomXmlPart

ICustomXmlPart class

Represents custom xml part.

The ICustomXmlPart type exposes the following members:

Properties

Name Description
xml_as_string Returns or sets xml data as UTF-8 string.
Read/write string.
xml_data Returns or sets xml data.
Read/write int[].
item_id Specifies a globally unique identifier (GUID) that uniquely identifies a single custom XML
part within an Office Open XML document.
Read-only string.
namespace_schemas Returns the collection XML schemas that are associated with the custom XML part.
Read-only string[].

Methods

Name Description
remove() Removes the custom xml part from the presentation.

See Also