Package net.sf.jasperreports.export
Class SimpleCommonExportConfiguration
- java.lang.Object
-
- net.sf.jasperreports.export.SimpleCommonExportConfiguration
-
- All Implemented Interfaces:
CommonExportConfiguration
- Direct Known Subclasses:
SimpleExporterConfiguration
,SimpleReportExportConfiguration
public class SimpleCommonExportConfiguration extends Object implements CommonExportConfiguration
- 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 SimpleCommonExportConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
isOverrideHints()
Specifies whether the settings provided by this exporter configuration object are supposed to override the equivalent exporter hints specified in the reports themselves using configuration properties.void
setOverrideHints(Boolean isOverrideHints)
-
-
-
Method Detail
-
isOverrideHints
public Boolean isOverrideHints()
Description copied from interface:CommonExportConfiguration
Specifies whether the settings provided by this exporter configuration object are supposed to override the equivalent exporter hints specified in the reports themselves using configuration properties.- Specified by:
isOverrideHints
in interfaceCommonExportConfiguration
- See Also:
CommonExportConfiguration.PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
-
setOverrideHints
public void setOverrideHints(Boolean isOverrideHints)
-
-