Class UniqueId
java.lang.Object
com.independentsoft.office.drawing.extensions.UniqueId
- All Implemented Interfaces:
IExtensionContent
Represents the unique-id chart extension (
c16:uniqueId) carrying the
unique id (GUID) of a chart element such as a series
(uri {C3380CC4-5D6E-409C-BE32-E72D297353CC}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUniqueId()Instantiates a new unique id.UniqueId(InternalXMLStreamReader reader)Instantiates a new unique id. -
Method Summary
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
UniqueId
public UniqueId()Instantiates a new unique id. -
UniqueId
Instantiates a new unique 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
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-