Sets the current alignment.
public void setTextAlign( int newAlignment )
newAlignment
This can be either right-aligned (LeftRightAlignment.RIGHT) or left-aligned (LeftRightAlignment.LEFT).
WFCInvalidEnumException thrown if newAlignment is not a valid alignment.
The following example demonstrates radio button alignment:
RIGHT: Right-Aligned Label LEFT: Left-Aligned Label
See Also getTextAlign