findNthElement (RichTextNavigator - Java™)

現在位置を、同じ型の要素内で指定位置にある要素に移動します。

定義位置

RichTextNavigator

構文

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

パラメータ

int type
int occurrence

リッチテキストアイテムにおける同じ型の要素内のその要素の位置。 正の整数でなければなりません。 デフォルトは 1 です。

戻り値

boolean 型

使用法

このメソッドは、指定された位置が存在しない場合は false を返します。

このメソッドを今後のナビゲーションのベースとして使用できます。例えば、出現場所が明示的に指定されている場合は、findNextElement と共に使用できます。

クロスリファレンス

LotusScript® NotesRichTextNavigator クラスの FindNthElement メソッド