Library | Module

Class pfcTableCreateInstructions



Description

This interface is used when creating a table.
See Also:
pfcTableOwner.CreateTable()



Property Summary

pfcColumnCreateOptionsColumnData
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.
pfcPoint3DOrigin
The origin for the table placement.
realseqRowHeights
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.
pfcTableSizeTypeSizeType
Indicates the scale used when calculating the size of rows and columns.



Method Summary

static pfcTableCreateInstructionsCreate (pfcPoint3D Origin)
Creates a data object used to create a table, when passed to pfcTableOwner.CreateTable().



Property Detail


pfcColumnCreateOptionsColumnData

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.




pfcPoint3DOrigin

The origin for the table placement.




realseqRowHeights

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.




pfcTableSizeTypeSizeType

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





Method Detail


static pfcTableCreateInstructionsCreate (pfcPoint3D Origin)

Creates a data object used to create a table, when passed to pfcTableOwner.CreateTable().
Parameters:
Origin
The location of the table origin.
Returns:
The instructions data object.