Appends the contents of one rich text item to another rich text item.
Defined in
RichTextItem
Syntax
public void appendRTItem(RichTextItem item) throws NotesException
Parameters
RichTextItem item
By default the insertion occurs at the end of the item. You can change the insertion point with beginInsert and endInsert.
Language cross-reference
AppendRTItem method in LotusScript NotesRichTextItem class
Example See Also