Library | File

Class pfcTableCreateInstructions

# include <pfcTable.h>

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



Description

This interface is used when creating a table.
See Also:
pfcTableOwner::CreateTable(pfcTableCreateInstructions_ptr)
Manual References:
Drawings: Creating Drawing Tables



Method Summary

static pfcTableCreateInstructions_ptrCreate (pfcPoint3D_ptr Origin)
Creates a data object used to create a table, when passed to pfcTableOwner::CreateTable(pfcTableCreateInstructions_ptr).
pfcColumnCreateOptions_ptrGetColumnData ()
voidSetColumnData (pfcColumnCreateOptions_ptr value)
Sequence of column heights and justifications (the number of elements included indicates the number of columns to create). The maximum number of columns that can be created is 50.
pfcPoint3D_ptrGetOrigin ()
voidSetOrigin (pfcPoint3D_ptr value)
The origin for the table placement.
xrealsequence_ptrGetRowHeights ()
voidSetRowHeights (xrealsequence_ptr value)
Sequence of row heights (the number of heights included indicates the number of rows to create). The maximum number of rows that can be created is 100.
pfcTableSizeTypeGetSizeType ()
voidSetSizeType (pfcTableSizeType value)
Indicates the scale used when calculating the size of rows and columns.



Method Detail

pfcPoint3D_ptrGetOrigin ()
voidSetOrigin (pfcPoint3D_ptr value)

The origin for the table placement.




pfcTableSizeTypeGetSizeType ()
voidSetSizeType (pfcTableSizeType value)

Indicates the scale used when calculating the size of rows and columns.




pfcColumnCreateOptions_ptrGetColumnData ()
voidSetColumnData (pfcColumnCreateOptions_ptr value)

Sequence of column heights and justifications (the number of elements included indicates the number of columns to create). The maximum number of columns that can be created is 50.




xrealsequence_ptrGetRowHeights ()
voidSetRowHeights (xrealsequence_ptr value)

Sequence of row heights (the number of heights included indicates the number of rows to create). The maximum number of rows that can be created is 100.




static pfcTableCreateInstructions_ptrCreate (pfcPoint3D_ptr Origin)

Creates a data object used to create a table, when passed to pfcTableOwner::CreateTable(pfcTableCreateInstructions_ptr).
Manual References:
Drawings: Creating Drawing Tables, Drawings: Creating Drawing Tables
Parameters:
Origin
The location of the table origin.
Returns:
The instructions data object.