| Package | Description |
|---|---|
| net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats.
|
| Modifier and Type | Field and Description |
|---|---|
static JRHtmlExporterParameter |
JRHtmlExporterParameter.BETWEEN_PAGES_HTML
A string representing HTML code that will be inserted between pages of the generated report.
|
static JRHtmlExporterParameter |
JRHtmlExporterParameter.FLUSH_OUTPUT
A parameter that determines whether the HTML exporter should flush the
output stream after writing the HTML content to it.
|
static JRHtmlExporterParameter |
JRHtmlExporterParameter.FRAMES_AS_NESTED_TABLES
Indicates whether
frames are to be exported as nested HTML tables. |
static JRHtmlExporterParameter |
JRHtmlExporterParameter.HTML_FOOTER
A string representing HTML code that will be inserted after the generated report.
|
static JRHtmlExporterParameter |
JRHtmlExporterParameter.HTML_HEADER
A string representing HTML code that will be inserted in front of the generated report.
|
static JRHtmlExporterParameter |
JRHtmlExporterParameter.IMAGES_DIR
Deprecated.
Replaced by
AbstractHtmlExporter.getImageHandler(). |
static JRHtmlExporterParameter |
JRHtmlExporterParameter.IMAGES_DIR_NAME
Deprecated.
Replaced by
AbstractHtmlExporter.getImageHandler(). |
static JRHtmlExporterParameter |
JRHtmlExporterParameter.IMAGES_MAP
Deprecated.
Replaced by
AbstractHtmlExporter.getImageHandler(). |
static JRHtmlExporterParameter |
JRHtmlExporterParameter.IMAGES_URI
Deprecated.
Replaced by
AbstractHtmlExporter.getImageHandler(). |
static JRHtmlExporterParameter |
JRHtmlExporterParameter.IS_OUTPUT_IMAGES_TO_DIR
Deprecated.
Replaced by
AbstractHtmlExporter.getImageHandler(). |
static JRHtmlExporterParameter |
JRHtmlExporterParameter.IS_REMOVE_EMPTY_SPACE_BETWEEN_ROWS
A boolean value specifying whether the blank lines, that sometimes appear between rows, should be deleted.
|
static JRHtmlExporterParameter |
JRHtmlExporterParameter.IS_USING_IMAGES_TO_ALIGN
A boolean value specifying whether the export engine should use small images for aligning.
|
static JRHtmlExporterParameter |
JRHtmlExporterParameter.IS_WHITE_PAGE_BACKGROUND
A boolean value specifying whether the report background should be white.
|
static JRHtmlExporterParameter |
JRHtmlExporterParameter.IS_WRAP_BREAK_WORD
A boolean value specifying whether the export engine should use force wrapping by breaking words (CSS
word-wrap: break-word). |
static JRHtmlExporterParameter |
JRHtmlExporterParameter.SIZE_UNIT
A String value specifying the unit to use when measuring lengths or font size.
|
static JRHtmlExporterParameter |
JRHtmlExporterParameter.ZOOM_RATIO
The zoom ratio used for the export.
|
Copyright © 2014. All rights reserved.