typename

書式

countItemObject.typename

説明

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

目次に戻る