Class TableGridColumn
java.lang.Object
com.independentsoft.office.drawing.tables.TableGridColumn
The Class TableGridColumn.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new table grid column.TableGridColumn(long width)Instantiates a new table grid column.TableGridColumn(Unit width)Instantiates a new table grid column. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the DrawingML extension list (a:extLst).getWidth()Gets the width.voidsetExtensionList(ExtensionList extensionList)Sets the DrawingML extension list (a:extLst).voidSets the width.toString()
-
Constructor Details
-
TableGridColumn
public TableGridColumn()Instantiates a new table grid column. -
TableGridColumn
Instantiates a new table grid column.- Parameters:
width- the width
-
TableGridColumn
public TableGridColumn(long width)Instantiates a new table grid column.- Parameters:
width- the width
-
-
Method Details
-
clone
-
toString
-
getWidth
Gets the width.- Returns:
- the width
-
setWidth
Sets the width.- Parameters:
width- the new width
-
getExtensionList
Gets the DrawingML extension list (a:extLst).- Returns:
- the extension list
-
setExtensionList
Sets the DrawingML extension list (a:extLst).- Parameters:
extensionList- the new extension list
-