bottomWidth

書式

directionalFeatherSettingObject.bottomWidth

説明

bottomWidthはぼかしの幅(下)を示します。
var t=app.activeDocument.textFrames;
var fx=t[0].contentTransparencySettings.directionalFeatherSettings;
alert(fx.bottomWidth);

目次に戻る