Sets the paragraph alignment for the RichEdit control.
public void setSelAlignment( int selAlignment )
selAlignment
The paragraph alignment. This value must be one of the enumeration constants defined in the HorizontalAlignment class.
WFCInvalidEnumException thrown if the value specified in selAlignment is not a valid member of the HorizontalAlignment class.
If no paragraph is selected, the alignment is applied to the paragraph in which the insertion point appears.
See Also getSelAlignment