rightBorderStrokeOverprint

書式

tableStyleObject.rightBorderStrokeOverprint

説明

右辺の線のオーバープリント状態を示すオブジェクトです。trueならオーバープリント状態、falseならオーバープリントではない状態であることを示します。
var s=app.activeDocument.tableStyles;
alert(s[0].rightBorderStrokeOverprint);

目次に戻る