注釈の内容を指定し追加する |
|||||||||||||||||||
対応バージョン |
|
||||||||||||||||||
ポイント |
aObj = this.addAnnot({type: "Text", contents:"SAMPLE", page: 0}); |
||||||||||||||||||
説 明 |
注釈の内容を指定し追加するにはaddAnnot()を使いcontentsを使って内容を指定します。 |
||||||||||||||||||
サンプル |
aObj = this.addAnnot({type: "Text", contents:"SAMPLE", page: 0}); |
||||||||||||||||||
|
■サンプルスクリプトを実行する >> Acrobat で動作確認 |
||||||||||||||||||
補足説明 |
なし |