注釈の枠サイズを変更する |
||||||||||||||||||||||
対応バージョン |
|
|||||||||||||||||||||
ポイント |
app.alert(aObj[0].textSize); | |||||||||||||||||||||
説 明 |
注釈の枠サイズはwidthプロパティに値を設定します。 |
|||||||||||||||||||||
サンプル |
aObj = this.getAnnots({nPage:0}); aObj[0].width = Math.random() * 10 + 1; |
|||||||||||||||||||||
|
■サンプルスクリプトを実行する >> Acrobat で動作確認 |
|||||||||||||||||||||
補足説明 |
なし |