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 -
Method Summary
Methods inherited from class net.sf.jasperreports.export.SimpleCommonExportConfiguration
isOverrideHints, setOverrideHintsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHints
-
Constructor Details
-
SimpleExporterConfiguration
public SimpleExporterConfiguration()
-