HorizontalAlignment

The horizontal alignment of an anchored object. Not valid when anchored position is inline.

Class

Read Only

Number RIGHT_ALIGN = 1919379572

Place the anchored object to the right of the reference.


Read Only

Number LEFT_ALIGN = 1818584692

Place the anchored object to the left of the reference.


Read Only

Number CENTER_ALIGN = 1667591796

Place the anchored object at the center of the reference.


Read Only

Number TEXT_ALIGN = 1954046316

Place the anchored object relative to the text alignment.

Was this helpful?