Package net.sf.jasperreports.export
Interface CommonExportConfiguration
-
- All Known Subinterfaces:
CsvExporterConfiguration
,CsvMetadataExporterConfiguration
,CsvMetadataReportConfiguration
,CsvReportConfiguration
,DocxExporterConfiguration
,DocxReportConfiguration
,ExporterConfiguration
,Graphics2DExporterConfiguration
,Graphics2DReportConfiguration
,HtmlExporterConfiguration
,HtmlReportConfiguration
,JsonExporterConfiguration
,JsonMetadataReportConfiguration
,JsonReportConfiguration
,OdsExporterConfiguration
,OdsReportConfiguration
,OdtExporterConfiguration
,OdtReportConfiguration
,PdfExporterConfiguration
,PdfReportConfiguration
,PptxExporterConfiguration
,PptxReportConfiguration
,PrintServiceExporterConfiguration
,PrintServiceReportConfiguration
,ReportExportConfiguration
,RtfExporterConfiguration
,RtfReportConfiguration
,TextExporterConfiguration
,TextReportConfiguration
,XlsExporterConfiguration
,XlsMetadataExporterConfiguration
,XlsMetadataReportConfiguration
,XlsReportConfiguration
,XlsxExporterConfiguration
,XlsxMetadataExporterConfiguration
,XlsxMetadataReportConfiguration
,XlsxReportConfiguration
- All Known Implementing Classes:
AbstractXlsExporterConfiguration
,AbstractXlsReportConfiguration
,SimpleCommonExportConfiguration
,SimpleCsvExporterConfiguration
,SimpleCsvMetadataExporterConfiguration
,SimpleCsvMetadataReportConfiguration
,SimpleCsvReportConfiguration
,SimpleDocxExporterConfiguration
,SimpleDocxReportConfiguration
,SimpleExporterConfiguration
,SimpleGraphics2DExporterConfiguration
,SimpleGraphics2DReportConfiguration
,SimpleHtmlExporterConfiguration
,SimpleHtmlReportConfiguration
,SimpleJsonExporterConfiguration
,SimpleJsonMetadataReportConfiguration
,SimpleJsonReportConfiguration
,SimpleOdsExporterConfiguration
,SimpleOdsReportConfiguration
,SimpleOdtExporterConfiguration
,SimpleOdtReportConfiguration
,SimplePdfExporterConfiguration
,SimplePdfReportConfiguration
,SimplePptxExporterConfiguration
,SimplePptxReportConfiguration
,SimplePrintServiceExporterConfiguration
,SimplePrintServiceReportConfiguration
,SimpleReportExportConfiguration
,SimpleRtfExporterConfiguration
,SimpleRtfReportConfiguration
,SimpleTextExporterConfiguration
,SimpleTextReportConfiguration
,SimpleXlsExporterConfiguration
,SimpleXlsMetadataExporterConfiguration
,SimpleXlsMetadataReportConfiguration
,SimpleXlsReportConfiguration
,SimpleXlsxExporterConfiguration
,SimpleXlsxMetadataExporterConfiguration
,SimpleXlsxMetadataReportConfiguration
,SimpleXlsxReportConfiguration
public interface CommonExportConfiguration
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
A global (per context) property that serves as default value for theisOverrideHints()
setting and establishes the priority of export configuration settings against report hints.
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Field Detail
-
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
static final String PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
A global (per context) property that serves as default value for theisOverrideHints()
setting and establishes the priority of export configuration settings against report hints. If the property is true, export configuration settings override report hints; this is the default behavior. This property cannot be used as a report export hint.- See Also:
- Constant Field Values
-
-
Method Detail
-
isOverrideHints
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.
-
-