strokeWeight
書式
pageItem
.strokeWeight
説明
線の太さを示します。値は単位なしになります。単位は環境で設定されているものになります。
var p=app.activeDocument.pageItems; alert(p[0].strokeWeight);
目次に戻る