strokeWeight
書式
ovalObject
.strokeWeight
説明
線の太さを示します。1.25mmなら1.25のように単位なしの値になります。
var o=app.activeDocument.ovals; alert(o[0].strokeWeight);
目次に戻る