The halign attribute determines the horizontal alignment of text on the screen relative to the position coordinates.
Applies to
<text> <picture> <video> <shape> <defaults>
Syntax
/ halign = alignmentParameters
| alignment | One of the following values:
|
Remarks
Horizontal alignment is relative to the position coordinates of the text.
Examples
The following presents right-aligned text:
<text sometext>
/ items = ("ipsum")
/ halign = right
</text>