Class TableGridColumn
java.lang.Object
com.independentsoft.office.word.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
-
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