Specifies a globally unique identifier (GUID) that uniquely identifies a single custom XML part within an Office Open XML document. Read-only java.util.UUID.
Returns:
UUID
getNamespaceSchemas
Name
Description
getNamespaceSchemas ()
Returns the collection XML schemas that are associated with the custom XML part. Read-only String[].
Returns:
String
getXmlAsString
Name
Description
getXmlAsString ()
Returns or sets xml data as UTF-8 string. Read/write String.
Returns:
String
Error
Error
Condition
ArgumentException
value is empty or xml-data is invalid.
getXmlData
Name
Description
getXmlData ()
Returns or sets xml data. Read/write byte[].
Returns:
byte
Error
Error
Condition
ArgumentException
value is empty or xml-data is invalid.
remove
Name
Description
remove ()
Removes the custom xml part from the presentation.
Error
Error
Condition
PptxEditException
Thrown if xml part is already removed.
setItemId
Name
Description
setItemId (UUID)
Specifies a globally unique identifier (GUID) that uniquely identifies a single custom XML part within an Office Open XML document. Read-only java.util.UUID.
setXmlAsString
Name
Description
setXmlAsString (String)
Returns or sets xml data as UTF-8 string. Read/write String.