Adobe InDesign CS6 Server (8.0) Object Model JS: AlignOptions
From InDesign Server CS6
Options for aligning objects.
Value
| Name | Description | Value |
|---|---|---|
| AlignOptions.BOTTOM_EDGES | Align the bottom edges of the objects. | 1114916196 = 'BtEd' |
| AlignOptions.HORIZONTAL_CENTERS | Align the horizontal centers of the objects. | 1215257187 = 'HoZc' |
| AlignOptions.LEFT_EDGES | Align the left edges of the objects. | 1281770852 = 'LfEd' |
| AlignOptions.RIGHT_EDGES | Align the right edges of the objects. | 1383351652 = 'RtEd' |
| AlignOptions.TOP_EDGES | Align the top edges of the objects. | 1416643940 = 'TpEd' |
| AlignOptions.VERTICAL_CENTERS | Align the vertical centers of the objects. | 1449481315 = 'VeTc' |
Usage
In function
void Document.align (alignDistributeItems: Array of PageItem, alignOption: AlignOptions[, alignDistributeBounds: AlignDistributeBounds][, reference: PageItem])
| Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |