typename

書式

typename

説明

Documentオブジェクトの種類を示します。Documentの場合、Documentの文字列になります。読み出しのみです。
var str=app.activeDocument.typename;
alert(str);

目次に戻る