listBoxes

書式

pageObject.listBoxes

説明

listBoxオブジェクトが格納されているコレクションです。

var p=app.activeDocument.pages[0];
alert(p.listBoxes.length);

目次に戻る