Adobe InDesign CS (3.0) Object Model JS: RepaginateOption
From InDesign CS
Page numbering options for book content objects within the book.
Value
| Name | Description | Value |
|---|---|---|
| RepaginateOption.NEXT_EVEN_PAGE | Starts page numbers for each book content object at the next even-numbered page after the last page of the previous book content object. | 1164993131 = 'Epbk' |
| RepaginateOption.NEXT_ODD_PAGE | Starts page numbers for each book content object at the next odd-numbered page after the last page of the previous book content object. | 1332765291 = 'Opbk' |
| RepaginateOption.NEXT_PAGE | Continues page numbers sequentially from the previous book content object. | 1885500011 = 'pbrk' |
Usage
As property
Book.repaginationOption
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |