topBorderStrokeGapOverprint

書式

tableObject.topBorderStrokeGapOverprint

説明

topBorderStrokeGapOverprintプロパティは表の上辺の間隔のオーバープリントの有無を示します。内容は真偽値(true,false)になります。topBorderStrokeGapOverprintプロパティは読み出し、書き込みが可能です。
var tf=app.activeDocument.textFrames[0];
var t=tf.tables[0];
alert(t.topBorderStrokeGapOverprint);

目次に戻る