typename

書式

typename

説明

テキストの種類を文字列で返します。テキストの場合、TextItemの文字列になります。
var str=app.activeDocument.activeLayer.textItem.typename;
alert(str);

目次に戻る