allPageItems
書式
ovalObject
.allPageItems
説明
内包されているすべてのPageItemオブジェクトを示します。
var o=app.activeDocument.ovals; alert(o[0].allPageItems.length);
目次に戻る