pageItems

書式

pageObject.pageItems

説明

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

1
2
var p=app.activeDocument.pages[0];
alert(p.pageItems.length);

目次に戻る