Pagination (NotesRichTextParagraphStyle - LotusScript®)
Read-write. How page breaks affect each paragraph.
Defined in
Data type
Constant of type Integer
Syntax
To get: pagination% = notesRichTextParagraphStyle .Pagination
To set: notesRichTextParagraphStyle .Pagination = pagination%
Legal values
- PAGINATE_BEFORE (1)
- PAGINATE_DEFAULT (0)
- PAGINATE_KEEP_TOGETHER (4)
- PAGINATE_KEEP_WITH_NEXT (2)
Usage
You can set one of the preceding pagination options before you call the AddPageBreak method in NotesRichTextItem.