length
書式
swatchGroups.length
説明
ドキュメント内にあるスウォッチグループの総数を示します。
var n=app.activeDocument.swatchGroups.length; alert(n);
目次に戻る