Library | Package Java Toolkit

Interface TableInfo

package com.ptc.pfc.pfcTable;

public interface TableInfo
  extends jxobject



Description

This interface contains table information.
See Also:
Table.GetInfo(int)



Method Summary
doubleGetCharHeight ()
    Get method for attribute "CharHeight"
     
doubleGetCharWidth ()
    Get method for attribute "CharWidth"
     
intGetNumberOfColumns ()
    Get method for attribute "NumberOfColumns"
    The number of columns in the table.
intGetNumberOfRows ()
    Get method for attribute "NumberOfRows"
    The number of rows in the table.
Point3DGetOrigin ()
    Get method for attribute "Origin"
    The table origin.
Outline3DGetOutline ()
    Get method for attribute "Outline"
    The coordinates of the table outline.
doubleGetRotation ()
    Get method for attribute "Rotation"
    The table rotation angle, in degrees.
doubleGetSegCharHeight ()
    Get method for attribute "SegCharHeight"
    The character height in the table segment.
voidSetCharHeight (double value)
    Set method for attribute "CharHeight"
     
voidSetCharWidth (double value)
    Set method for attribute "CharWidth"
     
voidSetNumberOfColumns (int value)
    Set method for attribute "NumberOfColumns"
    The number of columns in the table.
voidSetNumberOfRows (int value)
    Set method for attribute "NumberOfRows"
    The number of rows in the table.
voidSetOrigin (Point3D value)
    Set method for attribute "Origin"
    The table origin.
voidSetOutline (Outline3D value)
    Set method for attribute "Outline"
    The coordinates of the table outline.
voidSetRotation (double value)
    Set method for attribute "Rotation"
    The table rotation angle, in degrees.
voidSetSegCharHeight (double value)
    Set method for attribute "SegCharHeight"
    The character height in the table segment.

Method Detail

GetRotation/SetRotation

doubleGetRotation ()
voidSetRotation (double value)


    The table rotation angle, in degrees.



GetOrigin/SetOrigin

Point3DGetOrigin ()
voidSetOrigin (Point3D value)


    The table origin.



GetNumberOfRows/SetNumberOfRows

intGetNumberOfRows ()
voidSetNumberOfRows (int value)


    The number of rows in the table.



GetNumberOfColumns/SetNumberOfColumns

intGetNumberOfColumns ()
voidSetNumberOfColumns (int value)


    The number of columns in the table.



GetOutline/SetOutline

Outline3DGetOutline ()
voidSetOutline (Outline3D value)


    The coordinates of the table outline.



GetSegCharHeight/SetSegCharHeight

doubleGetSegCharHeight ()
voidSetSegCharHeight (double value)


    The character height in the table segment.



GetCharHeight/SetCharHeight

doubleGetCharHeight ()
voidSetCharHeight (double value)


     



GetCharWidth/SetCharWidth

doubleGetCharWidth ()
voidSetCharWidth (double value)