JAVA/CORBA CLASSES


findNextElement method
Example

Moves the current position to the next element of a specified type in a rich text item after the current position.

Defined in

RichTextNavigator

Syntax

public boolean findNextElement()
   throws NotesException

public boolean findNextElement(int type)
   throws NotesException

public boolean findNextElement(int type, int occurrence)
   throws NotesException

Parameters

int type


int occurrence
Return value

boolean

Usage

This method returns false if a current position does not exist, for example, if you use this method without first calling findFirstElement or findNthElement.

Language cross-reference

FindNextElement method in LotusScript NotesRichTextNavigator class

Example
See Also