itemLayer
書式
textFrameObject
.itemLayer
説明
TextFrameオブジェクトがあるレイヤーオブジェクトを示します。
var t=app.activeDocument.textFrames; alert(t[0].itemLayer.name);
目次に戻る