Library | Module

Class pfcColumnCreateOption



Description

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



Property Summary

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



Method Summary

static pfcColumnCreateOptionCreate (pfcColumnJustification Justification, number ColumnWidth)
Creates a data object used for creating a column in a drawing table.



Property Detail


numberColumnWidth

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




pfcColumnJustificationJustification

The column justification.





Method Detail


static pfcColumnCreateOptionCreate (pfcColumnJustification Justification, number ColumnWidth)

Creates a data object used for creating a column in a drawing table.
See Also:
pfcTableCreateInstructions
Parameters:
Justification
The column justification.
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 pfcTableCreateInstructions.
Returns:
The created column data object.