public class SimpleHtmlExporterConfiguration extends SimpleExporterConfiguration implements HtmlExporterConfiguration
PROPERTY_BETWEEN_PAGES_HTML, PROPERTY_FLUSH_OUTPUT, PROPERTY_HTML_FOOTER, PROPERTY_HTML_HEADERPROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS| Constructor and Description |
|---|
SimpleHtmlExporterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBetweenPagesHtml()
Returns a string representing HTML code that will be inserted between pages of the generated report.
|
String |
getHtmlFooter()
Returns a string representing HTML code that will be inserted after the generated report.
|
String |
getHtmlHeader()
Returns a string representing HTML code that will be inserted in front of the generated report.
|
Boolean |
isFlushOutput()
A flag that determines whether the HTML exporter should flush the
output stream after writing the HTML content to it.
|
void |
setBetweenPagesHtml(String betweenPagesHtml) |
void |
setFlushOutput(Boolean flushOutput) |
void |
setHtmlFooter(String htmlFooter) |
void |
setHtmlHeader(String htmlHeader) |
isOverrideHints, setOverrideHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisOverrideHintspublic String getHtmlHeader()
HtmlExporterConfigurationgetHtmlHeader in interface HtmlExporterConfigurationpublic void setHtmlHeader(String htmlHeader)
public String getBetweenPagesHtml()
HtmlExporterConfigurationgetBetweenPagesHtml in interface HtmlExporterConfigurationpublic void setBetweenPagesHtml(String betweenPagesHtml)
public String getHtmlFooter()
HtmlExporterConfigurationHtmlExporterConfiguration.getHtmlHeader(). If a custom HTML header was provided using HtmlExporterConfiguration.getHtmlHeader(),
it is recommended that a value for this setting is provided too, in order to ensure proper construction of HTML page.getHtmlFooter in interface HtmlExporterConfigurationpublic void setHtmlFooter(String htmlFooter)
public Boolean isFlushOutput()
HtmlExporterConfigurationisFlushOutput in interface HtmlExporterConfigurationHtmlExporterConfiguration.PROPERTY_FLUSH_OUTPUTpublic void setFlushOutput(Boolean flushOutput)
Copyright © 2017. All rights reserved.