JAVA/CORBA CLASSES
Appends a page break to a rich text item.
Defined in
RichTextItem
Syntax
public void addPageBreak() throws NotesException
public void addPageBreak(RichTextParagraphStyle pstyle) throws NotesException
Parameters
RichTextParagraphStyle pstyle
By default the insertion occurs at the end of the item. You can change the insertion point with beginInsert and endInsert.
Language cross-reference
AddPageBreak method in LotusScript NotesRichTextItem class
EditInsertPageBreak @command in formula language
Example See Also