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