Class RowId
java.lang.Object
com.independentsoft.office.drawing.extensions.RowId
- All Implemented Interfaces:
IExtensionContent
Represents the row-id extension (
a16:rowId) carrying the unique id of a
DrawingML table row (uri {0D108BD9-81ED-4DB2-BD59-A6C34878D82A}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRowId()Instantiates a new row id.RowId(InternalXMLStreamReader reader)Instantiates a new row id. -
Method Summary
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
RowId
public RowId()Instantiates a new row id. -
RowId
Instantiates a new row 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
-