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 メソッド

関連項目