copyItemToDocument (Item - Java™)

アイテムを指定された文書にコピーします。

定義位置

Item

構文

public Item copyItemToDocument(Document doc)
    throws NotesException
public Item copyItemToDocument(Document doc, String newname)
    throws NotesException

パラメータ

Document doc

アイテムを作成する文書。null は指定できません。

String newname

新規アイテムの名前。元のアイテムの名前を使用する場合は空の文字列 ("") を指定します。

戻り値

Item

新規アイテムを返します。

使用法

RichTextItem オブジェクトを使用してこのメソッドを呼び出す場合、リッチテキストアイテムに含まれる添付ファイル、埋め込みオブジェクト、およびオブジェクトリンクはコピー先の文書にコピーされません

クロスリファレンス

LotusScript® NotesItem クラスの CopyItemToDocument メソッド