| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| ColumnCreateOptions | GetColumnData
()
Get method for attribute "ColumnData" Sequence of column heights and justifications (the number of elements included indicates the number of columns to create). The maximum number of columns that can be created is 50. |
| Point3D | GetOrigin
()
Get method for attribute "Origin" The origin for the table placement. |
| realseq | GetRowHeights
()
Get method for attribute "RowHeights" Sequence of row heights (the number of heights included indicates the number of rows to create). The maximum number of rows that can be created is 100. |
| TableSizeType | GetSizeType
()
Get method for attribute "SizeType" Indicates the scale used when calculating the size of rows and columns. |
| void | SetColumnData
(ColumnCreateOptions value)
Set method for attribute "ColumnData" Sequence of column heights and justifications (the number of elements included indicates the number of columns to create). The maximum number of columns that can be created is 50. |
| void | SetOrigin
(Point3D value)
Set method for attribute "Origin" The origin for the table placement. |
| void | SetRowHeights
(realseq value)
Set method for attribute "RowHeights" Sequence of row heights (the number of heights included indicates the number of rows to create). The maximum number of rows that can be created is 100. |
| void | SetSizeType
(TableSizeType value)
Set method for attribute "SizeType" Indicates the scale used when calculating the size of rows and columns. |
| Method Detail |
|---|
| GetOrigin/SetOrigin |
|---|
| Point3D | GetOrigin | () |
| void | SetOrigin | (Point3D value) |
| The origin for the table placement. |
| GetSizeType/SetSizeType |
|---|
| TableSizeType | GetSizeType | () |
| void | SetSizeType | (TableSizeType value) |
| Indicates the scale used when calculating the size of rows and columns. |
| GetColumnData/SetColumnData |
|---|
| ColumnCreateOptions | GetColumnData | () |
| void | SetColumnData | (ColumnCreateOptions value) |
| Sequence of column heights and justifications (the number of elements included indicates the number of columns to create). The maximum number of columns that can be created is 50. |
| GetRowHeights/SetRowHeights |
|---|
| realseq | GetRowHeights | () |
| void | SetRowHeights | (realseq value) |
| Sequence of row heights (the number of heights included indicates the number of rows to create). The maximum number of rows that can be created is 100. |