Adobe InDesign CS (3.0) Object Model JS: BindingOptions
From InDesign CS
The location of the binding spine in a spread.
Value
| Name | Description | Value |
|---|---|---|
| BindingOptions.DEFAULT_VALUE | Uses the default binding side. | 1147563124 = 'Dflt' |
| BindingOptions.LEFT_ALIGN | Moves the page to the left side of the spread's binding spine. | 1818584692 = 'left' |
| BindingOptions.RIGHT_ALIGN | Moves the page to the right side of the spread's binding spine. | 1919379572 = 'rght' |
Usage
In function
Page Page.move ([to: LocationOptions=LocationOptions.AT_END][, reference: any][, binding: BindingOptions=BindingOptions.DEFAULT_VALUE])
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |