Library | Package Java Toolkit

Interface ColumnCreateOption

package com.ptc.pfc.pfcTable;

public interface ColumnCreateOption
  extends jxobject



Description

This interface is used for creating a column in a drawing table.
See Also:
TableCreateInstructions



Method Summary
doubleGetColumnWidth ()
    Get method for attribute "ColumnWidth"
    The column width. This is either in length units or in the number of characters, depending on the value of the SizeType attribute in TableCreateInstructions.
ColumnJustificationGetJustification ()
    Get method for attribute "Justification"
    The column justification.
voidSetColumnWidth (double value)
    Set method for attribute "ColumnWidth"
    The column width. This is either in length units or in the number of characters, depending on the value of the SizeType attribute in TableCreateInstructions.
voidSetJustification (ColumnJustification value)
    Set method for attribute "Justification"
    The column justification.

Method Detail

GetJustification/SetJustification

ColumnJustificationGetJustification ()
voidSetJustification (ColumnJustification value)


    The column justification.



GetColumnWidth/SetColumnWidth

doubleGetColumnWidth ()
voidSetColumnWidth (double value)


    The column width. This is either in length units or in the number of characters, depending on the value of the SizeType attribute in TableCreateInstructions.