JAVA/CORBA CLASSES
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
The insertion occurs at the end of the item. You cannot call appendRTItem after beginInsert.
Language cross-reference
AppendRTItem method in LotusScript NotesRichTextItem class
Example See Also