Class ColId
java.lang.Object
com.independentsoft.office.drawing.extensions.ColId
- All Implemented Interfaces:
IExtensionContent
Represents the column-id extension (
a16:colId) carrying the unique id of
a DrawingML table column (uri {9D8B030D-6E8A-4147-A177-3AD203B41FA5}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionColId()Instantiates a new col id.ColId(InternalXMLStreamReader reader)Instantiates a new col id. -
Method Summary
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ColId
public ColId()Instantiates a new col id. -
ColId
Instantiates a new col 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
-