Class CreationId
java.lang.Object
com.independentsoft.office.drawing.extensions.CreationId
- All Implemented Interfaces:
IExtensionContent
Represents the creation-id extension (
a16:creationId) carrying the
unique creation id (GUID) of a drawing element
(uri {FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new creation id.CreationId(InternalXMLStreamReader reader)Instantiates a new creation id. -
Method Summary
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CreationId
public CreationId()Instantiates a new creation id. -
CreationId
Instantiates a new creation id.- Parameters:
reader- the reader- Throws:
XMLStreamException- the XML stream exception
-
-
Method Details
-
clone
Description copied from interface:IExtensionContentClone.- Specified by:
clonein interfaceIExtensionContent- Overrides:
clonein classObject- Returns:
- the extension content
-
toString
-
getId
Gets the creation id.- Returns:
- the creation id
-
setId
Sets the creation id.- Parameters:
id- the new creation id
-