JAVA/CORBA CLASSES
Returns the element of a specified type at a specified position in a rich text item.
Defined in
RichTextNavigator
Syntax
public Base getNthElement(int type, int occurrence) throws NotesException
Parameters
int type
element
An exception occurs occurs if you try to get an element of type RTELEM_TYPE_TABLECELL, RTELEM_TYPE_TEXTPARAGRAPH, or RTELEM_TYPE_TEXTRUN. Access these elements through RichTextRange.
This method moves the current position to the position of the retrieved element.
Language cross-reference
GetNthElement method in LotusScript NotesRichTextNavigator class
Example See Also