Library | File

Class pfcTableInfo

# include <pfcTable.h>

class pfcTableInfo
 : public virtual xobject
{
    xdeclare(pfcTableInfo)
    ...
};
This is a COMPACT class.



Description

This interface contains table information.
See Also:
pfcTable::GetInfo(xint)



Method Summary

xrealGetCharHeight ()
voidSetCharHeight (xreal value)
 
xrealGetCharWidth ()
voidSetCharWidth (xreal value)
 
xintGetNumberOfColumns ()
voidSetNumberOfColumns (xint value)
The number of columns in the table.
xintGetNumberOfRows ()
voidSetNumberOfRows (xint value)
The number of rows in the table.
pfcPoint3D_ptrGetOrigin ()
voidSetOrigin (pfcPoint3D_ptr value)
The table origin.
pfcOutline3D_ptrGetOutline ()
voidSetOutline (pfcOutline3D_ptr value)
The coordinates of the table outline.
xrealGetRotation ()
voidSetRotation (xreal value)
The table rotation angle, in degrees.
xrealGetSegCharHeight ()
voidSetSegCharHeight (xreal value)
The character height in the table segment.



Method Detail

xrealGetRotation ()
voidSetRotation (xreal value)

The table rotation angle, in degrees.




pfcPoint3D_ptrGetOrigin ()
voidSetOrigin (pfcPoint3D_ptr value)

The table origin.




xintGetNumberOfRows ()
voidSetNumberOfRows (xint value)

The number of rows in the table.




xintGetNumberOfColumns ()
voidSetNumberOfColumns (xint value)

The number of columns in the table.




pfcOutline3D_ptrGetOutline ()
voidSetOutline (pfcOutline3D_ptr value)

The coordinates of the table outline.




xrealGetSegCharHeight ()
voidSetSegCharHeight (xreal value)

The character height in the table segment.




xrealGetCharHeight ()
voidSetCharHeight (xreal value)

 




xrealGetCharWidth ()
voidSetCharWidth (xreal value)