JAVA/CORBA CLASSES

appendRTItem method
Example

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


Usage

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