addPageBreak (NotesRichTextItem - JavaScript)

Appends a page break to a rich text item.

Defined in

NotesRichTextItem

Syntax

addPageBreak() : void

addPageBreak(pstyle:NotesRichTextParagraphStyle) : void

Parameter Description
pstyle Starts the new page with the specified paragraph style.

Usage

By default the insertion occurs at the end of the item. You can change the insertion point with beginInsert and endInsert.