allPageItems

書式

pageItem.allPageItems

説明

内包されるすべてのグラフィックオブジェクトを示します。
var p=app.activeDocument.pageItems;
alert(p[0].allPageItems.length);

目次に戻る