typename

書式

selection.typename

説明

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

目次に戻る