CustomXmlPart class

CustomXmlPart class

Represents custom xml part.

The CustomXmlPart type exposes the following members:

Properties

PropertyDescription
xml_dataReturns or sets xml data.
Read/write int[].
value is null.value is empty or xml-data is invalid.
xml_as_stringReturns or sets xml data as UTF-8 string.
Read/write str.
value is null.value is empty or xml-data is invalid.
item_idSpecifies a globally unique identifier (GUID) that uniquely identifies a single custom XML
part within an Office Open XML document.
Read-only System.Guid.
namespace_schemasReturns the collection XML schemas that are associated with the custom XML part.
Read-only str[].

Methods

MethodDescription
removeRemoves the custom xml part from the presentation.

See Also