Alignment property
The alignment of text in a text entry.
Syntax
Set: TextElement.setAlignment(sAlign)
Get: sAlign = TextElement.getAlignment()
Applies to
TextElement object.
Data type
String. The sAlign value references a String object that specifies the alignment of the text in the TextElement object. Possible values are: "left", "right", and "center".
Usage
This property represents the alignment of the text in the TextElement object.
See also
Alignment property (of Column)