Package net.sf.jasperreports.export
Interface PrintServiceReportConfiguration
-
- All Superinterfaces:
CommonExportConfiguration
,Graphics2DReportConfiguration
,ReportExportConfiguration
- All Known Implementing Classes:
SimplePrintServiceReportConfiguration
public interface PrintServiceReportConfiguration extends Graphics2DReportConfiguration
Interface containing settings used by the print service exporter.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
JRPrintServiceExporter
-
-
Field Summary
-
Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
-
Fields inherited from interface net.sf.jasperreports.export.Graphics2DReportConfiguration
MINIMIZE_PRINTER_JOB_SIZE, PROPERTY_WHITE_PAGE_BACKGROUND
-
Fields inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
PROPERTY_IGNORE_PAGE_MARGINS
-
-
Method Summary
-
Methods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHints
-
Methods inherited from interface net.sf.jasperreports.export.Graphics2DReportConfiguration
getZoomRatio, isIgnoreMissingFont, isMinimizePrinterJobSize, isWhitePageBackground
-
Methods inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
-
-