var item=app.activeDocument.pageItems[0]; try{ alert(item.fillColor.spot.typename); }catch(e){ alert("スポットカラー(特色)があありません。スウォッチパネルで特色を作成してから実行してください"); }