Interface Graphics2DReportConfiguration

    • Method Detail

      • getZoomRatio

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

        java.lang.Boolean isMinimizePrinterJobSize()
        Flag to control the use of an AWT rendering fix which causes the printer job size to be reduced when the exporter draws onto a printer graphic context. The fix was introduced to solve an old Java printing problem related to the size of printer spool jobs. However, it causes problems when bidirectional text is rendered, by losing text direction information. This flag is true, by default and should be set to false when bidirectional writing is present in the document that is sent to the printer.
        See Also:
        MINIMIZE_PRINTER_JOB_SIZE
      • isIgnoreMissingFont

        java.lang.Boolean isIgnoreMissingFont()
      • isWhitePageBackground

        java.lang.Boolean isWhitePageBackground()
        Flag that determines whether the exporter is to draw white backgrounds for exported pages.
        Since:
        6.5.0
        See Also:
        PROPERTY_WHITE_PAGE_BACKGROUND