Package net.sf.jasperreports.export
Class SimpleOdtReportConfiguration
java.lang.Object
net.sf.jasperreports.export.SimpleCommonExportConfiguration
net.sf.jasperreports.export.SimpleReportExportConfiguration
net.sf.jasperreports.export.SimpleOdtReportConfiguration
- All Implemented Interfaces:
CommonExportConfiguration
,OdtReportConfiguration
,ReportExportConfiguration
public class SimpleOdtReportConfiguration
extends SimpleReportExportConfiguration
implements OdtReportConfiguration
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
Fields inherited from interface net.sf.jasperreports.export.OdtReportConfiguration
PROPERTY_IGNORE_HYPERLINK, PROPERTY_ODT_FLEXIBLE_ROW_HEIGHT
Fields inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
PROPERTY_IGNORE_PAGE_MARGINS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIndicates whether table rows in ODT documents can grow if more text is added into cells.void
setFlexibleRowHeight
(Boolean isFlexibleRowHeight) void
setIgnoreHyperlink
(Boolean isIgnoreHyperlink) Methods inherited from class net.sf.jasperreports.export.SimpleReportExportConfiguration
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex, setEndPageIndex, setExporterFilter, setHyperlinkProducerFactory, setOffsetX, setOffsetY, setPageIndex, setProgressMonitor, setStartPageIndex
Methods inherited from class net.sf.jasperreports.export.SimpleCommonExportConfiguration
isOverrideHints, setOverrideHints
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
-
Constructor Details
-
SimpleOdtReportConfiguration
public SimpleOdtReportConfiguration()
-
-
Method Details
-
isFlexibleRowHeight
Description copied from interface:OdtReportConfiguration
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.- Specified by:
isFlexibleRowHeight
in interfaceOdtReportConfiguration
- See Also:
-
setFlexibleRowHeight
-
isIgnoreHyperlink
- Specified by:
isIgnoreHyperlink
in interfaceOdtReportConfiguration
- See Also:
-
setIgnoreHyperlink
-