JAVA/CORBA クラス
文書内に新規アイテムを作成し、オプションでアイテムの値を設定します。
メモ 一般に、appendItemValue よりも replaceItemValue のほうがよく使用されます。文書内に同名のアイテムがある場合、appendItemValue では同じ名前の 2 番目のアイテムが作成されますが、回避策を使用しないかぎり重複アイテムにアクセスできません。新規文書を作成する場合は、appendItemValue のほうが安全です。
定義が行われるクラスDocument 構文public Item appendItemValue(String name) throws NotesException public Item appendItemValue(String name, int value) throws NotesException
public Item appendItemValue(String name, double value) throws NotesException
public Item appendItemValue(String name, Object value) throws NotesException
パラメータString name
クロスリファレンスLotusScript NotesDocument クラスの AppendItemValue メソッド 例 関連項目