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