bottomBorderStrokeWeight

書式

tableObject.bottomBorderStrokeWeight

説明

bottomBorderStrokeWeightプロパティは表の下の枠線の幅を示します。bottomBorderStrokeWeightプロパティは読み出し、書き込みが可能です。
var tf=app.activeDocument.textFrames[0];
var t=tf.tables[0];
alert(t.bottomBorderStrokeWeight);

目次に戻る