FORMULA LANGUAGE


EditInsertPageBreak @Command
Inserts a forced page break into a document, form, subform, or page.

Syntax

@Command( [EditInsertPageBreak] )

Usage


This command does not work on the Web.

If using this command in a hotspot button or any other element that causes a change in focus, the EditGoToField or EditTop command must be used first to return the focus to the document. The document must be in Edit mode.

Language cross-reference

AddPageBreak method of LotusScript NotesRichTextItem class

Pagination property of LotusScript NotesRichTextParagraphStyle class

addPageBreak method of Java RichTextItem class

Pagination property of Java RichTextParagraphStyle class

See Also