Column and page break options.
| Name | Description | Value |
|---|---|---|
| ANYWHERE | Starts in the next available space. | 1851945579 = ‘nbrk’ |
| NEXT_COLUMN | Starts at the top of the next column. | 1667396203 = ‘cbrk’ |
| NEXT_FRAME | Starts at the top of the next text frame in the thread. | 1313235563 = ‘NFbk’ |
| NEXT_PAGE | Starts at the top of the next page. | 1885500011 = ‘pbrk’ |
| NEXT_ODD_PAGE | Starts at the top of the next odd-numbered page. | 1332765291 = ‘Opbk’ |
| NEXT_EVEN_PAGE | Starts at the top of the next even-numbered page. | 1164993131 = ‘Epbk’ |
Usage:
- As property:
- Cell.startRow
- Character.startParagraph
- Column.startRow
- InsertionPoint.startParagraph
- Line.startParagraph
- Paragraph.startParagraph
- ParagraphStyle.startParagraph
- Row.startRow
- Story.startParagraph
- Text.startParagraph
- TextColumn.startParagraph
- TextDefault.startParagraph
- TextStyleRange.startParagraph
- Word.startParagraph
- XmlStory.startParagraph