appendRTItem (NotesRichTextItem - JavaScript)

Appends the contents of one rich text item to another rich text item.

Defined in

NotesRichTextItem

Syntax

appendRTItem(item:NotesRichTextItem) : void
Parameter Description
item The item to be appended. Cannot be null.

Usage

The insertion occurs at the end of the item. You cannot call this method after beginInsert.