findNextElement (NotesRichTextNavigator - JavaScript™)
Moves the current position to the next element of a specified type in a rich text item after the current position.
Defined in
NotesRichTextNavigatorSyntax
findNextElement() : boolean
findNextElement(type:int)
: boolean
findNextElement(type:int, occurrence:int)
: boolean
Parameter | Description |
---|---|
int type |
|
int occurrence |
The position of the element, within elements of the specified type, relative to the current position; 1 means the next element, 2 means the element after the next element, and so on. Must be a positive integer; you cannot use this method to find preceding elements. Defaults to 1. |
Return value | Description |
---|---|
boolean |
|