Specifies the horizontal text
alignment.
SyntaxReference_Syntax.hAlign = "left | center | right | justifyAll | justify | radix"
Values
Type
|
Values
|
String
|
left (default)
center
right
justifyAll
justify
Align with
the left edge of the available region.
center
right
justifyAll
justify
Center horizontally
within the available region.
Align with
the right edge of the available region.
Spread-justify
all lines to fill the available region.
Left-align
the last line and spread-justify the rest.
|
JavaScriptTextField1.para.hAlign = "right";
FormCalcTextField1.para.hAlign = "right"
|
|
|