public interface ReportExportConfiguration extends CommonExportConfiguration
see Exporter.setConfiguration(ReportExportConfiguration)
see ExporterInputItem.getConfiguration()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_IGNORE_PAGE_MARGINS
This property serves as default value for the
XlsReportConfiguration.isIgnorePageMargins()
and HtmlReportConfiguration.isIgnorePageMargins() exporter configuration settings. |
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getEndPageIndex()
Returns an integer value representing the end index of the page range to be exported.
|
ExporterFilter |
getExporterFilter()
Returns an instance of the
ExporterFilter interface to be used by the exporter
to filter the elements to be exported. |
JRHyperlinkProducerFactory |
getHyperlinkProducerFactory()
Returns a
JRHyperlinkProducerFactory which should be used for custom
hyperlink types during export. |
java.lang.Integer |
getOffsetX()
A setting that allows users to move the entire content of each page horizontally.
|
java.lang.Integer |
getOffsetY()
A setting that allows users to move the entire content of each page vertically.
|
java.lang.Integer |
getPageIndex()
Returns an integer value representing the index of the page to be exported.
|
JRExportProgressMonitor |
getProgressMonitor()
Return a
JRExportProgressMonitor instance for monitoring export status. |
java.lang.Integer |
getStartPageIndex()
Returns an integer value representing the start index of the page range to be exported.
|
isOverrideHints
static final java.lang.String PROPERTY_IGNORE_PAGE_MARGINS
XlsReportConfiguration.isIgnorePageMargins()
and HtmlReportConfiguration.isIgnorePageMargins()
exporter configuration settings.
The property itself defaults to false
.
JRPropertiesUtil
,
Constant Field Valuesjava.lang.Integer getStartPageIndex()
java.lang.Integer getEndPageIndex()
java.lang.Integer getPageIndex()
JRExportProgressMonitor getProgressMonitor()
JRExportProgressMonitor
instance for monitoring export status.
This is useful for users who need to be notified after each page is exported (a GUI tool that shows a progress bar might need this feature).ExporterFilter getExporterFilter()
ExporterFilter
interface to be used by the exporter
to filter the elements to be exported.java.lang.Integer getOffsetX()
java.lang.Integer getOffsetY()
JRHyperlinkProducerFactory getHyperlinkProducerFactory()
JRHyperlinkProducerFactory
which should be used for custom
hyperlink types during export.© 2001-2014 TIBCO Software Inc. www.jaspersoft.com