LOTUSSCRIPT/COM/OLE CLASSES

AppendRTItem method
Example

Inserts the contents of one rich text item in another.

Defined in

NotesRichTextItem

Syntax

Call notesRichTextItem.AppendRTItem( notesRichTextItem2 )

Parameters

notesRichTextItem2


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 Java RichTextItem class

Example
See Also