copyItem (Document - Java™)

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

定義位置

Document

構文

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

パラメータ

Item item

コピー対象のアイテムです。通常は別文書からコピーします。 null は指定できません。

String newname

コピーされたアイテムに割り当てる名前です。 このアイテムの既存の名前を保持する場合は null を指定します。

戻り値

Item

item パラメータに指定されたアイテムのコピーを返します。newname 以外はまったく同じものです。

クロスリファレンス

LotusScript® NotesDocument クラスの CopyItem メソッド