layer
書式
groupItemObject
.layer
説明
GroupItem(グループ)が含まれているレイヤーオブジェクトを示します。読み出しのみです。
var item=app.activeDocument.groupItems[0]; alert(item.layer.name);
目次に戻る