rightBorderStrokeColor
書式
tableStyleObject
.rightBorderStrokeColor
説明
右辺の線の色を示すSwatchColorオブジェクトです。
var s=app.activeDocument.tableStyles; alert(s[0].rightBorderStrokeColor.name);
目次に戻る