Library | File

Enum pfcTableSizeType

# include <pfcTable.h>

enum pfcTableSizeType
{
    pfcTABLESIZE_BY_NUM_CHARS,
    pfcTABLESIZE_BY_LENGTH,
    pfcTableSizeType_nil
};



Description

This enumerated type indicates the scale used when measuring the size of a table row or column.
See Also:
pfcTableCreateInstructions
Manual References:
Drawings: Drawing Tables Operations




Values

pfcTABLESIZE_BY_NUM_CHARS
This value indicates that the value indicates the number of characters included.
pfcTABLESIZE_BY_LENGTH
This value indicates that the value indicates length, in screen coordinates.
pfcTableSizeType_nil
Enum null value.