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


関連項目