HorzAlign
Specifies the horizontal alignment of a text in the TextObject object.
Center = 1
Specifies that text is aligned in the center of the layout rectangle.
Justify = 3
Specifies that text is aligned in the left and right sides of the layout rectangle.
Left = 0
Specifies that text is aligned in the left of the layout rectangle.
Right = 2
Specifies that text is aligned in the right of the layout rectangle.