leftBorderStrokeGapTint

書式

tableObject.leftBorderStrokeGapTint

説明

leftBorderStrokeGapTintプロパティは表の左辺の間隔の濃度を示します。内容は数値になります。leftBorderStrokeGapTintプロパティは読み出し、書き込みが可能です。
var tf=app.activeDocument.textFrames[0];
var t=tf.tables[0];
alert(t.leftBorderStrokeGapTint);

目次に戻る