applied

書式

directionalFeatherSettingObject.applied

説明

appliedは効果を適用させるかどうかを示します。trueなら適用させる、falseなら適用させないことになります。
var t=app.activeDocument.textFrames;
var fx=t[0].contentTransparencySettings.directionalFeatherSettings;
alert(fx.applied);

目次に戻る