API Documentation > Classes > Interface IpfcTableCreateInstructions
Interface IpfcTableCreateInstructions
Description
This interface is used when creating a table.
See Also:
User Guide References:
Property Summary
Property
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.
Property
The origin for the table placement.
Property
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.
Property
Indicates the scale used when calculating the size of rows and columns.
Method Summary
Function
Creates a data object used to create a table, when passed to IpfcTableOwner.CreateTable().
Property Detail
Property
ColumnData
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.
Property
Origin
The origin for the table placement.
Property
RowHeights
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.
Property
SizeType
Indicates the scale used when calculating the size of rows and columns.
Method Detail
Function
CCpfcTableCreateInstructions.Create
Creates a data object used to create a table, when passed to IpfcTableOwner.CreateTable().
Parameters:
Origin
The location of the table origin.
Returns:
The instructions data object.
Was this helpful?