JAVA/CORBA クラス
コレクション内で現在の文書または指定された文書の、直前の文書を取得します。
定義が行われるクラス DocumentCollection
構文 public Document getPrevDocument() throws NotesException
public Document getPrevDocument(Document doc) throws NotesException
パラメータ Document doc
お勧めするループ構造は、getLastDocument() とそれに続けて getPrevDocument() を使用する方法で、getLastDocument() が null を返すまでループします。パフォーマンス上の理由により、ループ内での getNthDocument(int n) と getPrevDocument(Document doc) の使用は避けてください。
クロスリファレンス LotusScript NotesDocumentCollection クラスの GetPrevDocument メソッド
式言語の NavigatePrevSelected @コマンド
式言語の NavPrevSelected @コマンド
例 関連項目