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