length
書式
spots.length
説明
ドキュメント内にあるスポットカラー(特色)の総数を示します。
var n=app.activeDocument.spots.length; alert(n);
目次に戻る