Column.setAlignment

Overview | Methods | This Package | All Packages

Column.setAlignment

Sets the alignment of the text in the column.

Syntax

public void setAlignment( int align )

Parameters

align

One of the constants defined by the com.ms.wfc.ui.ContentAlignment class. The default value of the alignment property is ContentAlignment.MIDDLELEFT.

Exceptions

WFCInvalidArgumentException thrown if align is not a valid alignment.

See Also   getAlignment