size

書式

outerGlowSettingObject.size

説明

sizeはサイズを示します。
var t=app.activeDocument.textFrames;
var fx=t[0].contentTransparencySettings.outerGlowSettings;
alert(fx.size);

目次に戻る