public class JRHtmlExporterParameter extends JRExporterParameter
The HTML exporter can send data to a string buffer, output stream, character stream or file on disk. The engine looks among the export parameters in order to find the selected output type in this order: OUTPUT_STRING_BUFFER, OUTPUT_WRITER, OUTPUT_STREAM, OUTPUT_FILE, OUTPUT_FILE_NAME.
An important issue is images. The HTML format stores images as separate files, so the exporter needs to know where these images will be stored. If they are stored on disk, the IMAGES_URI parameter will be initialized with a string containing the file name on disk. If they remain in memory, IMAGES_URI must point to a resource that is able to send the images to the browser (such as an image servlet, as shown in the webapp example).
CHARACTER_ENCODING, CLASS_LOADER, END_PAGE_INDEX, FILE_RESOLVER, FILTER, HYPERLINK_PRODUCER_FACTORY, IGNORE_PAGE_MARGINS, INPUT_FILE, INPUT_FILE_NAME, INPUT_STREAM, INPUT_URL, JASPER_PRINT, JASPER_PRINT_LIST, OFFSET_X, OFFSET_Y, OUTPUT_FILE, OUTPUT_FILE_NAME, OUTPUT_STREAM, OUTPUT_STRING_BUFFER, OUTPUT_WRITER, PAGE_INDEX, PARAMETERS_OVERRIDE_REPORT_HINTS, PROGRESS_MONITOR, PROPERTY_CHARACTER_ENCODING, PROPERTY_EXPORT_PARAMETERS_OVERRIDE_REPORT_HINTS, PROPERTY_IGNORE_PAGE_MARGINS, START_PAGE_INDEX, URL_HANDLER_FACTORY
Constructor and Description |
---|
JRHtmlExporterParameter(java.lang.String name)
Deprecated.
|
toString
public static final JRHtmlExporterParameter IMAGES_MAP
HtmlExporterOutput.getImageHandler()
.public static final JRHtmlExporterParameter IMAGES_DIR
HtmlExporterOutput.getImageHandler()
.public static final JRHtmlExporterParameter IMAGES_DIR_NAME
HtmlExporterOutput.getImageHandler()
.public static final JRHtmlExporterParameter IS_OUTPUT_IMAGES_TO_DIR
HtmlExporterOutput.getImageHandler()
.public static final JRHtmlExporterParameter IMAGES_URI
HtmlExporterOutput.getImageHandler()
.public static final JRHtmlExporterParameter HTML_HEADER
HtmlExporterConfiguration.getHtmlHeader()
.public static final JRHtmlExporterParameter BETWEEN_PAGES_HTML
HtmlExporterConfiguration.getBetweenPagesHtml()
.public static final JRHtmlExporterParameter HTML_FOOTER
HtmlExporterConfiguration.getHtmlFooter()
.public static final JRHtmlExporterParameter IS_REMOVE_EMPTY_SPACE_BETWEEN_ROWS
HtmlReportConfiguration.isRemoveEmptySpaceBetweenRows()
.public static final java.lang.String PROPERTY_REMOVE_EMPTY_SPACE_BETWEEN_ROWS
HtmlReportConfiguration.PROPERTY_REMOVE_EMPTY_SPACE_BETWEEN_ROWS
.public static final JRHtmlExporterParameter IS_WHITE_PAGE_BACKGROUND
HtmlReportConfiguration.isWhitePageBackground()
.public static final java.lang.String PROPERTY_WHITE_PAGE_BACKGROUND
HtmlReportConfiguration.PROPERTY_WHITE_PAGE_BACKGROUND
.public static final JRHtmlExporterParameter IS_USING_IMAGES_TO_ALIGN
JRHtmlExporterConfiguration.isUsingImagesToAlign()
.public static final java.lang.String PROPERTY_USING_IMAGES_TO_ALIGN
JRHtmlExporterConfiguration.PROPERTY_USING_IMAGES_TO_ALIGN
.public static final JRHtmlExporterParameter IS_WRAP_BREAK_WORD
HtmlReportConfiguration.isWrapBreakWord()
.public static final java.lang.String PROPERTY_WRAP_BREAK_WORD
HtmlReportConfiguration.PROPERTY_WRAP_BREAK_WORD
.public static final JRHtmlExporterParameter SIZE_UNIT
HtmlReportConfiguration.getSizeUnit()
.public static final java.lang.String PROPERTY_SIZE_UNIT
HtmlReportConfiguration.PROPERTY_SIZE_UNIT
.public static final java.lang.String SIZE_UNIT_PIXEL
HtmlSizeUnitEnum.PIXEL
.public static final java.lang.String SIZE_UNIT_POINT
HtmlSizeUnitEnum.POINT
.public static final JRHtmlExporterParameter ZOOM_RATIO
HtmlReportConfiguration.getZoomRatio()
.public static final JRHtmlExporterParameter FRAMES_AS_NESTED_TABLES
JRHtmlReportConfiguration.isFramesAsNestedTables()
.public static final java.lang.String PROPERTY_FRAMES_AS_NESTED_TABLES
JRHtmlReportConfiguration.PROPERTY_FRAMES_AS_NESTED_TABLES
.public static final JRHtmlExporterParameter FLUSH_OUTPUT
HtmlExporterConfiguration.isFlushOutput()
.public static final java.lang.String PROPERTY_FLUSH_OUTPUT
HtmlExporterConfiguration.PROPERTY_FLUSH_OUTPUT
.© 2001-2014 TIBCO Software Inc. www.jaspersoft.com