Package net.sf.jasperreports.export
Interface OdtReportConfiguration
- All Superinterfaces:
CommonExportConfiguration
,ReportExportConfiguration
- All Known Implementing Classes:
SimpleOdtReportConfiguration
Interface containing settings used by the ODT exporter.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Property that provides a default for theisIgnoreHyperlink()
export configuration flag.static final String
This property serves as default value for theisFlexibleRowHeight()
export configuration flag.Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
Fields inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
PROPERTY_IGNORE_PAGE_MARGINS
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether table rows in ODT documents can grow if more text is added into cells.Methods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHints
Methods inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
-
Field Details
-
PROPERTY_ODT_FLEXIBLE_ROW_HEIGHT
This property serves as default value for theisFlexibleRowHeight()
export configuration flag.The property itself defaults to
false
.- See Also:
-
PROPERTY_IGNORE_HYPERLINK
Property that provides a default for theisIgnoreHyperlink()
export configuration flag.- See Also:
-
-
Method Details
-
isFlexibleRowHeight
Boolean isFlexibleRowHeight()Indicates whether table rows in ODT documents can grow if more text is added into cells.Is set to
false
, the table rows do not increase in height automatically and the user has to enlarge them manually.- See Also:
-
isIgnoreHyperlink
Boolean isIgnoreHyperlink()- See Also:
-