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