allArticles

書式

pageItem.allArticles

説明

内包されるすべてのアーティクルオブジェクトを示します。
var p=app.activeDocument.pageItems;
alert(p[0].allArticles.length);

目次に戻る