.

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

LOTUSSCRIPT/COM/OLE CLASSES


GetNthElement method
Example

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

Defined in

NotesRichTextNavigator

Syntax

element = notesRichTextNavigator.GetNthElement( type% [, occurrence&] )

Parameters

type%

occurrence&
Return value

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

getNthElement method in Java RichTextNavigator class

Example