rightWidth

書式

directionalFeatherSettingObject.rightWidth

説明

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

目次に戻る