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