Class SimpleHtmlExporterConfiguration

    • Constructor Detail

      • SimpleHtmlExporterConfiguration

        public SimpleHtmlExporterConfiguration()
    • Method Detail

      • getHtmlHeader

        public java.lang.String getHtmlHeader()
        Description copied from interface: HtmlExporterConfiguration
        Returns a string representing HTML code that will be inserted in front of the generated report. The JasperReports engine places a piece of HTML code at the top of the page but users can define their own headers and stylesheet links.
        Specified by:
        getHtmlHeader in interface HtmlExporterConfiguration
      • setHtmlHeader

        public void setHtmlHeader​(java.lang.String htmlHeader)
      • getBetweenPagesHtml

        public java.lang.String getBetweenPagesHtml()
        Description copied from interface: HtmlExporterConfiguration
        Returns a string representing HTML code that will be inserted between pages of the generated report. By default, JasperReports separates pages by two empty lines, but this behavior can be overridden by this parameter.
        Specified by:
        getBetweenPagesHtml in interface HtmlExporterConfiguration
      • setBetweenPagesHtml

        public void setBetweenPagesHtml​(java.lang.String betweenPagesHtml)
      • setHtmlFooter

        public void setHtmlFooter​(java.lang.String htmlFooter)
      • setFlushOutput

        public void setFlushOutput​(java.lang.Boolean flushOutput)