ColumnHeader.setTextAlign

Overview | Methods | This Package | All Packages

ColumnHeader.setTextAlign

Sets a value that indicates the current text alignment setting for the column header.

Syntax

public void setTextAlign( int value )

Parameters

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.

Exceptions

WFCInvalidArgumentException thrown if the specified value is not a valid HorizontalAlignment constant.

See Also   getTextAlign