leftBorderStrokeOverprint

書式

tableObject.leftBorderStrokeOverprint

説明

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

目次に戻る