JAVA/CORBA クラス


findNextString メソッド

現在の位置を、リッチテキストアイテム内で現在の位置より後ろにある次の文字列の始めに移動します。

定義位置

RichTextNavigator

構文

public boolean findNextString(String target)
   throws NotesException

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

パラメータ

String target


int options 戻り値

boolean 型

使用法

識別のために、このメソッドは RTELEM_TYPE_TEXTSTRING タイプの要素を検索します。ナビゲータで RichTextRange メソッドの setBeginsetEnd を使用して、文字列を表すことができます。

クロスリファレンス

LotusScript NotesRichTextNavigator クラスの FindNextString メソッド


関連項目