CustomXmlPart Properties |
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. |