JAVA/CORBA クラス
アウトラインエントリとサブエントリを別の場所に移動します。
定義が行われるクラス Outline
構文 public void moveEntry(OutlineEntry entry, OutlineEntry referenceEntry) throws NotesException
public void moveEntry(OutlineEntry entry, OutlineEntry referenceEntry, boolean after) throws NotesException
public void moveEntry(OutlineEntry entry, OutlineEntry referenceEntry, boolean after, boolean asChild) throws NotesException
パラメータ OutlineEntry entry
使用法 アウトラインは save で保存する必要があります。保存しないとプログラムの終了時にこのメソッドの効果が失われます。
エントリをアウトラインの最初に移動すると、そのエントリが最上位レベル (レベル 0) のエントリになります。
クロスリファレンス LotusScript NotesOutline クラスの MoveEntry メソッド
例 関連項目