spot

書式

SpotObject.spot

説明

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

目次に戻る