Enumeration
RepaginateOption
Page numbering options for book content objects within the book.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 1164993131 | readonly | Starts page numbers for each book content object at the next even-numbered page after the last page of the previous book content object. | |
| Number = 1332765291 | readonly | Starts page numbers for each book content object at the next odd-numbered page after the last page of the previous book content object. | |
| Number = 1885500011 | readonly | Continues page numbers sequentially from the previous book content object. |
Object of 1
Properties elsewhere that hold an RepaginateOption value.