Interface HtmlReportConfiguration

    • Method Detail

      • isRemoveEmptySpaceBetweenRows

        java.lang.Boolean isRemoveEmptySpaceBetweenRows()
        Returns a boolean value specifying whether the blank lines, that sometimes appear between rows, should be deleted. Sometimes page break occurs before the entire page is filled with data (i.e. having a group with the isStartNewPage attribute set to true). All the remaining empty space could be removed by setting this parameter to true.
        See Also:
        PROPERTY_REMOVE_EMPTY_SPACE_BETWEEN_ROWS
      • isWhitePageBackground

        java.lang.Boolean isWhitePageBackground()
        Returns a boolean value specifying whether the report background should be white. If this parameter is not set, the default background will appear, depending on the selected CSS styles.
        See Also:
        PROPERTY_WHITE_PAGE_BACKGROUND
      • isWrapBreakWord

        java.lang.Boolean isWrapBreakWord()
        Returns a boolean value specifying whether the export engine should use force wrapping by breaking words (CSS word-wrap: break-word).

        Note that this CSS property is not currently supported by all browsers. An alternative approach for forcing word breaks in HTML is to save the line breaks at fill time via the JRTextElement.PROPERTY_SAVE_LINE_BREAKS property.

        See Also:
        PROPERTY_WRAP_BREAK_WORD
      • getSizeUnit

        HtmlSizeUnitEnum getSizeUnit()
        Returns a String value specifying the unit to use when measuring lengths or font size. This can be one of the supported size units from the CSS specifications like "px" for pixels or "pt" for points. The default value is "px", meaning that lengths and font sizes are specified in pixels.
        See Also:
        PROPERTY_SIZE_UNIT
      • isIgnorePageMargins

        java.lang.Boolean isIgnorePageMargins()
        Indicates whether page margins should be ignored when the report is exported using a grid-based exporter

        If set to true, any page in the document will be exported without taking into account its margins.

        See Also:
        ReportExportConfiguration.PROPERTY_IGNORE_PAGE_MARGINS
      • isAccessibleHtml

        java.lang.Boolean isAccessibleHtml()
        Configuration setting that determines the exporter to produce accessible HTML.
        See Also:
        PROPERTY_ACCESSIBLE
      • getZoomRatio

        java.lang.Float getZoomRatio()
        The zoom ratio used for the export. The default value is 1.