Adobe InDesign CS4 (6.0) Object Model JS: HorizontalAlignment
From InDesign CS4
The horizontal alignment of an anchored object. Not valid when anchored position is inline.
Value
| Name | Description | Value |
|---|---|---|
| HorizontalAlignment.CENTER_ALIGN | Place the anchored object at the center of the reference. | 1667591796 = 'cent' |
| HorizontalAlignment.LEFT_ALIGN | Place the anchored object to the left of the reference. | 1818584692 = 'left' |
| HorizontalAlignment.RIGHT_ALIGN | Place the anchored object to the right of the reference. | 1919379572 = 'rght' |
| HorizontalAlignment.TEXT_ALIGN | Place the anchored object relative to the text alignment. | 1954046316 = 'txal' |
Usage
As property
AnchoredObjectSetting.horizontalAlignment
| Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |