topBorderStrokeGapTint

書式

tableObject.topBorderStrokeGapTint

説明

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

目次に戻る