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