API Documentation > Interfaces > Interface TableInfo
Interface TableInfo

package com.ptc.pfc.pfcTable;

public interface
TableInfo
extends
jxobject


Description
This interface contains table information.
See Also:
Method Summary
double
Get method for attribute "CharHeight"
double
Get method for attribute "CharWidth"
int
Get method for attribute "NumberOfColumns"
The number of columns in the table.
int
Get method for attribute "NumberOfRows"
The number of rows in the table.
Get method for attribute "Origin"
The table origin.
Get method for attribute "Outline"
The coordinates of the table outline.
double
Get method for attribute "Rotation"
The table rotation angle, in degrees.
double
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
Set method for attribute "Origin"
The table origin.
void
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
double
GetRotation
()
SetRotation
void
SetRotation
(double value)
The table rotation angle, in degrees.
GetOrigin
GetOrigin
()
SetOrigin
void
SetOrigin
(Point3D value)
The table origin.
GetNumberOfRows
int
GetNumberOfRows
()
SetNumberOfRows
void
SetNumberOfRows
(int value)
The number of rows in the table.
GetNumberOfColumns
int
GetNumberOfColumns
()
SetNumberOfColumns
void
SetNumberOfColumns
(int value)
The number of columns in the table.
GetOutline
GetOutline
()
SetOutline
void
SetOutline
(Outline3D value)
The coordinates of the table outline.
GetSegCharHeight
double
GetSegCharHeight
()
SetSegCharHeight
void
SetSegCharHeight
(double value)
The character height in the table segment.
GetCharHeight
double
GetCharHeight
()
SetCharHeight
void
SetCharHeight
(double value)
GetCharWidth
double
GetCharWidth
()
SetCharWidth
void
SetCharWidth
(double value)
Was this helpful?