| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| double | GetColumnWidth
()
Get method for attribute "ColumnWidth" The column width. This is either in length units or in the number of characters, depending on the value of the SizeType attribute in TableCreateInstructions. |
| ColumnJustification | GetJustification
()
Get method for attribute "Justification" The column justification. |
| void | SetColumnWidth
(double value)
Set method for attribute "ColumnWidth" The column width. This is either in length units or in the number of characters, depending on the value of the SizeType attribute in TableCreateInstructions. |
| void | SetJustification
(ColumnJustification value)
Set method for attribute "Justification" The column justification. |
| Method Detail |
|---|
| GetJustification/SetJustification |
|---|
| ColumnJustification | GetJustification | () |
| void | SetJustification | (ColumnJustification value) |
| The column justification. |
| GetColumnWidth/SetColumnWidth |
|---|
| double | GetColumnWidth | () |
| void | SetColumnWidth | (double value) |
| The column width. This is either in length units or in the number of characters, depending on the value of the SizeType attribute in TableCreateInstructions. |