JAVA/CORBA CLASSES


findNextString method
Example

Moves the current position to the beginning of the next occurrence of a string in a rich text item after the current position.

Defined in

RichTextNavigator

Syntax

public boolean findNextString(String target)
   throws NotesException

public boolean findNextString(String target, int options)
   throws NotesException

Parameters

String target


int options Return value

boolean

Usage

For purposes of identity, this method finds an element of type RTELEM_TYPE_TEXTSTRING. You can use the RichTextRange methods setBegin and setEnd on the navigator to delineate the string.

Language cross-reference

FindNextString method in LotusScript NotesRichTextNavigator class

Example
See Also