strokeTint
書式
textFrameObject
.strokeTint
説明
線の濃度を示します。10%なら10になります。継承されている場合は-1になります。
var t=app.activeDocument.textFrames; alert(t[0].strokeTint);
目次に戻る