topBorderStrokeTint

書式

tableObject.topBorderStrokeTint

説明

topBorderStrokeTintプロパティは表の上辺の線の濃度を示します。内容は数値になります。topBorderStrokeTintプロパティは読み出し、書き込みが可能です。
var tf=app.activeDocument.textFrames[0];
var t=tf.tables[0];
alert(t.topBorderStrokeTint);

目次に戻る