buttons
書式
pageObject
.buttons
説明
buttonオブジェクトが格納されているコレクションです。
var p=app.activeDocument.pages[0]; alert(p.buttons.length);
目次に戻る