JAVA/CORBA クラス


findNextElement メソッド

現在の位置をリッチテキストアイテム内で指定されたタイプの次の要素へ移動します。

定義位置

RichTextNavigator

構文

public boolean findNextElement()
   throws NotesException

public boolean findNextElement(int type)
   throws NotesException

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

パラメータ

int type


int occurrence
戻り値

boolean 型

使用法

現在位置が存在しない場合、このメソッドは false を返します。たとえば、先に findFirstElement または findNthElement を呼び出さずに、このメソッドを使用した場合などです。

クロスリファレンス

LotusScript NotesRichTextNavigator クラスの FindNextElement メソッド


関連項目