Library | Package Java Toolkit

Interface TableCreateInstructions

package com.ptc.pfc.pfcTable;

public interface TableCreateInstructions
  extends jxobject



Description

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



Method Summary
ColumnCreateOptionsGetColumnData ()
    Get method for attribute "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.
Point3DGetOrigin ()
    Get method for attribute "Origin"
    The origin for the table placement.
realseqGetRowHeights ()
    Get method for attribute "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.
TableSizeTypeGetSizeType ()
    Get method for attribute "SizeType"
    Indicates the scale used when calculating the size of rows and columns.
voidSetColumnData (ColumnCreateOptions value)
    Set method for attribute "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.
voidSetOrigin (Point3D value)
    Set method for attribute "Origin"
    The origin for the table placement.
voidSetRowHeights (realseq value)
    Set method for attribute "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.
voidSetSizeType (TableSizeType value)
    Set method for attribute "SizeType"
    Indicates the scale used when calculating the size of rows and columns.

Method Detail

GetOrigin/SetOrigin

Point3DGetOrigin ()
voidSetOrigin (Point3D value)


    The origin for the table placement.



GetSizeType/SetSizeType

TableSizeTypeGetSizeType ()
voidSetSizeType (TableSizeType value)


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



GetColumnData/SetColumnData

ColumnCreateOptionsGetColumnData ()
voidSetColumnData (ColumnCreateOptions 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.



GetRowHeights/SetRowHeights

realseqGetRowHeights ()
voidSetRowHeights (realseq 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.