Package net.sf.jasperreports.export
Class SimpleExporterConfiguration
- java.lang.Object
-
- net.sf.jasperreports.export.SimpleCommonExportConfiguration
-
- net.sf.jasperreports.export.SimpleExporterConfiguration
-
- All Implemented Interfaces:
CommonExportConfiguration
,ExporterConfiguration
- Direct Known Subclasses:
AbstractXlsExporterConfiguration
,SimpleCsvExporterConfiguration
,SimpleDocxExporterConfiguration
,SimpleGraphics2DExporterConfiguration
,SimpleHtmlExporterConfiguration
,SimpleJsonExporterConfiguration
,SimpleOdtExporterConfiguration
,SimplePdfExporterConfiguration
,SimplePptxExporterConfiguration
,SimpleRtfExporterConfiguration
,SimpleTextExporterConfiguration
public class SimpleExporterConfiguration extends SimpleCommonExportConfiguration implements ExporterConfiguration
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
-
-
Constructor Summary
Constructors Constructor Description SimpleExporterConfiguration()
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.export.SimpleCommonExportConfiguration
isOverrideHints, setOverrideHints
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHints
-
-