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 BooleanisOverrideHints()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.voidsetOverrideHints(Boolean isOverrideHints)
-
-
-
Method Detail
-
isOverrideHints
public Boolean isOverrideHints()
Description copied from interface:CommonExportConfigurationSpecifies 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:
isOverrideHintsin interfaceCommonExportConfiguration- See Also:
CommonExportConfiguration.PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
-
setOverrideHints
public void setOverrideHints(Boolean isOverrideHints)
-
-