Library | Module

Interface IpfcColumnCreateOption



Description

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



Property Summary

PropertyColumnWidthas Double
The column width. This is either in length units or in the number of characters, depending on the value of the SizeType attribute in IpfcTableCreateInstructions.
PropertyJustificationas IpfcColumnJustification
The column justification.



Method Summary

FunctionCCpfcColumnCreateOption.Create (Justification as IpfcColumnJustification, ColumnWidth as Double) as IpfcColumnCreateOption
Creates a data object used for creating a column in a drawing table.



Property Detail


PropertyColumnWidthas Double

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




PropertyJustificationas IpfcColumnJustification

The column justification.





Method Detail


FunctionCCpfcColumnCreateOption.Create (Justification as IpfcColumnJustification, ColumnWidth as Double) as IpfcColumnCreateOption

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