textItem

書式

layer.textItem

説明

テキストレイヤーでのTextItemオブジェクトを示します。
var myLayer=app.activeDocument.activeLayer;
alert(myLayer.textItem);

目次に戻る