strokeWeight
書式
characterObject
.strokeWeight
説明
文字の線の太さを示します。
var txt=app.activeDocument.textFrames[0].characters[0].strokeWeight; alert(txt);
目次に戻る