Package net.sf.jasperreports.export
Interface ExporterConfiguration
-
- All Superinterfaces:
CommonExportConfiguration
- All Known Subinterfaces:
CsvExporterConfiguration
,CsvMetadataExporterConfiguration
,DocxExporterConfiguration
,Graphics2DExporterConfiguration
,HtmlExporterConfiguration
,JsonExporterConfiguration
,OdsExporterConfiguration
,OdtExporterConfiguration
,PdfExporterConfiguration
,PptxExporterConfiguration
,PrintServiceExporterConfiguration
,RtfExporterConfiguration
,TextExporterConfiguration
,XlsExporterConfiguration
,XlsMetadataExporterConfiguration
,XlsxExporterConfiguration
,XlsxMetadataExporterConfiguration
- All Known Implementing Classes:
AbstractXlsExporterConfiguration
,SimpleCsvExporterConfiguration
,SimpleCsvMetadataExporterConfiguration
,SimpleDocxExporterConfiguration
,SimpleExporterConfiguration
,SimpleGraphics2DExporterConfiguration
,SimpleHtmlExporterConfiguration
,SimpleJsonExporterConfiguration
,SimpleOdsExporterConfiguration
,SimpleOdtExporterConfiguration
,SimplePdfExporterConfiguration
,SimplePptxExporterConfiguration
,SimplePrintServiceExporterConfiguration
,SimpleRtfExporterConfiguration
,SimpleTextExporterConfiguration
,SimpleXlsExporterConfiguration
,SimpleXlsMetadataExporterConfiguration
,SimpleXlsxExporterConfiguration
,SimpleXlsxMetadataExporterConfiguration
public interface ExporterConfiguration extends CommonExportConfiguration
Instances of this class are used for configuring the behavior of exporters.see
Exporter.setConfiguration(ExporterConfiguration)
seeExporterInputItem.getConfiguration()
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
-
-
Method Summary
-
Methods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHints
-
-