spread

書式

outerGlowSettingObject.spread

説明

spreadはスプレッド(0〜100)を示します。
var t=app.activeDocument.textFrames;
var fx=t[0].contentTransparencySettings.outerGlowSettings;
alert(fx.spread);

目次に戻る