item()
書式
ovalObject =
ovalsObject
.item(
index
)
説明
item()は指定したインデックス番号のovalオブジェクトを返します。
var o=app.activeDocument.ovals; alert(o.item(2).id);
目次に戻る