TXTextControl.HorizontalAlignment Object

Determines values for the horizontal alignment of the text or of text frames, images and charts.

Syntax

[JavaScript]
{
    Left: 1,
    Right: 2,
    Center: 3,
    Justify: 4,
}

Properties

Property Description
Center The alignment is centered.
Justify The alignment is justified.
Left The alignment is left aligned.
Right The alignment right aligned.