Adobe InDesign CS5 (7.0) Object Model JS: PageTransitionDirectionOptions
From InDesign CS5
The page transition direction options.
Value
| Name | Description | Value |
|---|---|---|
| PageTransitionDirectionOptions.DOWN | The top to bottom direction. | 1181971556 = 'Fstd' |
| PageTransitionDirectionOptions.HORIZONTAL | The horizontal direction. | 1752134266 = 'horz' |
| PageTransitionDirectionOptions.HORIZONTAL_IN | The horizontal inward direction. | 1886668873 = 'ptHI' |
| PageTransitionDirectionOptions.HORIZONTAL_OUT | The horizontal outward direction. | 1886668879 = 'ptHO' |
| PageTransitionDirectionOptions.IN | The inward direction. | 1768824864 = 'in ' |
| PageTransitionDirectionOptions.LEFT_DOWN | The down and left direction. | 1886669892 = 'ptLD' |
| PageTransitionDirectionOptions.LEFT_TO_RIGHT | The left to right direction. | 1819570786 = 'ltrb' |
| PageTransitionDirectionOptions.LEFT_UP | The up and left direction. | 1886669909 = 'ptLU' |
| PageTransitionDirectionOptions.NOT_APPLICABLE | Direction does not apply. | 1886670401 = 'ptNA' |
| PageTransitionDirectionOptions.OUT | The outward direction. | 1886670708 = 'ptOt' |
| PageTransitionDirectionOptions.RIGHT_DOWN | The down and right direction. | 1886671428 = 'ptRD' |
| PageTransitionDirectionOptions.RIGHT_TO_LEFT | The right to left direction. | 1920232546 = 'rtlb' |
| PageTransitionDirectionOptions.RIGHT_UP | The up and right direction. | 1886671445 = 'ptRU' |
| PageTransitionDirectionOptions.UP | The bottom to top direction. | 1181971566 = 'Fstn' |
| PageTransitionDirectionOptions.VERTICAL | The vertical direction. | 1986359924 = 'vert' |
| PageTransitionDirectionOptions.VERTICAL_IN | The vertical inward direction. | 1886672457 = 'ptVI' |
| PageTransitionDirectionOptions.VERTICAL_OUT | The vertical outward direction. | 1886672463 = 'ptVO' |
Usage
As property
Spread.pageTransitionDirection
| Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |