LOTUSSCRIPT/COM/OLE CLASSES
Inserts a hard page break in a rich text item.
Note This method is new with Release 5.
Defined in
NotesRichTextItem
Syntax
Call notesRichTextItem.AddPageBreak( [notesRichTextParagraphStyle] )
Parameters
notesRichTextParagraphStyle
By default the insertion occurs at the end of the item. You can change the insertion point with BeginInsert and EndInsert.
This method may be called with or without the RichTextParagraphStyle object as a parameter. If the optional parameter is supplied, the new page begins with the paragraph style.
Language cross-reference
addPageBreak method Java RichTextItem class
EditInsertPageBreak @command in formula language
Example See Also