Uses of Class
net.sf.jasperreports.engine.export.JRHtmlExporterParameter

Packages that use JRHtmlExporterParameter
net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats. 
 

Uses of JRHtmlExporterParameter in net.sf.jasperreports.engine.export
 

Fields in net.sf.jasperreports.engine.export declared as JRHtmlExporterParameter
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
          A java.io.File instance representing an absolute path to a folder on a local disk, where all the images are stored.
static JRHtmlExporterParameter JRHtmlExporterParameter.IMAGES_DIR_NAME
          An absolute path to a folder on a local disk, where all the images are stored.
static JRHtmlExporterParameter JRHtmlExporterParameter.IMAGES_MAP
          A map containing all the images that were used for generating the report.
static JRHtmlExporterParameter JRHtmlExporterParameter.IMAGES_URI
          An URI to the folder where all the images are stored.
static JRHtmlExporterParameter JRHtmlExporterParameter.IS_OUTPUT_IMAGES_TO_DIR
          A boolean value specifying whether the images should be stored on disk.
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.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com