Specify three customized changes to the table template. These three table attributes affect the presentation of the output object in the listing output. They have no effect on its presentation in the HTML output. DOUBLE_SPACE= double spaces the rows of the output object. OVERLINE= and UNDERLINE= draw a continuous line before the first row of the table and after the last row of the table.


    double_space=on;
    overline=on;
    underline=on;