| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| double | GetCharHeight
()
Get method for attribute "CharHeight" |
| double | GetCharWidth
()
Get method for attribute "CharWidth" |
| int | GetNumberOfColumns
()
Get method for attribute "NumberOfColumns" The number of columns in the table. |
| int | GetNumberOfRows
()
Get method for attribute "NumberOfRows" The number of rows in the table. |
| Point3D | GetOrigin
()
Get method for attribute "Origin" The table origin. |
| Outline3D | GetOutline
()
Get method for attribute "Outline" The coordinates of the table outline. |
| double | GetRotation
()
Get method for attribute "Rotation" The table rotation angle, in degrees. |
| double | GetSegCharHeight
()
Get method for attribute "SegCharHeight" The character height in the table segment. |
| void | SetCharHeight
(double value)
Set method for attribute "CharHeight" |
| void | SetCharWidth
(double value)
Set method for attribute "CharWidth" |
| void | SetNumberOfColumns
(int value)
Set method for attribute "NumberOfColumns" The number of columns in the table. |
| void | SetNumberOfRows
(int value)
Set method for attribute "NumberOfRows" The number of rows in the table. |
| void | SetOrigin
(Point3D value)
Set method for attribute "Origin" The table origin. |
| void | SetOutline
(Outline3D value)
Set method for attribute "Outline" The coordinates of the table outline. |
| void | SetRotation
(double value)
Set method for attribute "Rotation" The table rotation angle, in degrees. |
| void | SetSegCharHeight
(double value)
Set method for attribute "SegCharHeight" The character height in the table segment. |
| Method Detail |
|---|
| GetRotation/SetRotation |
|---|
| double | GetRotation | () |
| void | SetRotation | (double value) |
| The table rotation angle, in degrees. |
| GetOrigin/SetOrigin |
|---|
| Point3D | GetOrigin | () |
| void | SetOrigin | (Point3D value) |
| The table origin. |
| GetNumberOfRows/SetNumberOfRows |
|---|
| int | GetNumberOfRows | () |
| void | SetNumberOfRows | (int value) |
| The number of rows in the table. |
| GetNumberOfColumns/SetNumberOfColumns |
|---|
| int | GetNumberOfColumns | () |
| void | SetNumberOfColumns | (int value) |
| The number of columns in the table. |
| GetOutline/SetOutline |
|---|
| Outline3D | GetOutline | () |
| void | SetOutline | (Outline3D value) |
| The coordinates of the table outline. |
| GetSegCharHeight/SetSegCharHeight |
|---|
| double | GetSegCharHeight | () |
| void | SetSegCharHeight | (double value) |
| The character height in the table segment. |
| GetCharHeight/SetCharHeight |
|---|
| double | GetCharHeight | () |
| void | SetCharHeight | (double value) |
| |
| GetCharWidth/SetCharWidth |
|---|
| double | GetCharWidth | () |
| void | SetCharWidth | (double value) |
| |