innerGlowSettings

書式

targetObject.contentTransparencySettings.innerGlowSettings

説明

効果の光彩(内側)の情報を格納しているオブジェクトを示します。
var t=app.activeDocument.textFrames[0];
alert(t.contentTransparencySettings.innerGlowSettings);

目次に戻る