.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


beginInsert method
Example

Changes the insertion position from the end of the rich text item to the beginning or end of a specified element.

Note This method is new with Release 6.5.

Defined in

RichTextItem

Syntax

public void beginInsert(Base element)
   throws NotesException

public void beginInsert(Base element, boolean after)
   throws NotesException

Parameters

Base element


boolean after Language cross-reference

BeginInsert method in LotusScript NotesRichTextItem class

Example
See Also