getElements()

書式

ovalObject.getElements()

説明

ovalオブジェクトへの参照を配列に入れて返します。
var p=app.activeDocument.ovals;
p[0].getElements();

目次に戻る