appendParagraphStyle (NotesRichTextItem - JavaScript)

Appends a paragraph style to a rich text item. Text following the paragraph style is rendered using the attributes of that paragraph style.

Defined in

NotesRichTextItem

Syntax

appendParagraphStyle(pstyle:NotesRichTextParagraphStyle) : void
Parameter Description
pstyle The paragraph style to be appended.

Usage

See RichTextParagraphStyle for details and examples.

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