setHtmlOptions

setHtmlOptions(printTOC:      Boolean;
               fullPageWidth: Boolean);

The setHtmlOptions method of the JadeReportWriterReport class sets the current values to be used when running the report for extraction to a HyperText Markup Language (HTML) file.

Use the getHtmlOptions method to obtain the current values set up for extraction to HTML.

The parameters for the setHtmlOptions method are listed in the following table.

Parameter Description
printTOC Specifies whether HTML is generated as several files including a table of contents frame down the left-hand side.
fullPageWidth Specifies that the HTML file is built to show the page width as the screen width when set to true or the page width is set to the same size in pixels as the paper width when set to false