itemLayer

書式

ovalObject.itemLayer

説明

ovalオブジェクトがあるレイヤーオブジェクトを示します。
var o=app.activeDocument.ovals;
alert(o[0].itemLayer.name);

目次に戻る