rightBorderStrokeGapColor

書式

tableStyleObject.rightBorderStrokeGapColor

説明

右辺の間隔の色を示すSwatchColorオブジェクトです。
var s=app.activeDocument.tableStyles;
alert(s[0].rightBorderStrokeGapColor.name);

目次に戻る