GetFirstElement (NotesRichTextNavigator - LotusScript®)

Returns the first element of a specified type in a rich text item.

Defined in

NotesRichTextNavigator

Syntax

element = notesRichTextNavigator .GetFirstElement( type% )

Parameters

type%

Constant. The type of element:

Return value

element

NotesEmbeddedObject, NotesRichTextDocLink, NotesRichTextSection, or NotesRichTextTable. The requested element.

Usage

A run-time error occurs if you try to get an element of type RTELEM_TYPE_TABLECELL, RTELEM_TYPE_TEXTPARAGRAPH, or RTELEM_TYPE_TEXTRUN. Access these elements through NotesRichTextRange.

This method moves the current position to the position of the retrieved element.

Language cross-reference

getFirstElement method in Java™ RichTextNavigator class

Example


Additional Documentation | Trademarks |