Sets a value that indicates the current text alignment setting for the column header.
public void setTextAlign( int value )
value
A constant that specifies the text alignment setting for this column header. Possible return values are constants defined in the HorizontalAlignment class. The default value is HorizontalAlignment.LEFT.
WFCInvalidArgumentException thrown if the specified value is not a valid HorizontalAlignment constant.
See Also getTextAlign