JAVA/CORBA クラス


copyItem メソッド

アイテムを現在の文書にコピーし、オプションでコピーされたアイテムに新しい名前を割り当てます。

定義位置

Document

構文

public Item copyItem(Item item)
   throws NotesException

public Item copyItem(Item item, String newname)
   throws NotesException

パラメータ

Item item


String newname
戻り値

アイテム


クロスリファレンス

LotusScript NotesDocument クラスの CopyItem メソッド


関連項目