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_HINTSFields inherited from interface net.sf.jasperreports.export.OdtReportConfiguration
PROPERTY_IGNORE_HYPERLINK, PROPERTY_ODT_FLEXIBLE_ROW_HEIGHTFields 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.voidsetFlexibleRowHeight(Boolean isFlexibleRowHeight) voidsetIgnoreHyperlink(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, setStartPageIndexMethods inherited from class net.sf.jasperreports.export.SimpleCommonExportConfiguration
isOverrideHints, setOverrideHintsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHintsMethods 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:OdtReportConfigurationIndicates 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:
isFlexibleRowHeightin interfaceOdtReportConfiguration- See Also:
-
setFlexibleRowHeight
-
isIgnoreHyperlink
- Specified by:
isIgnoreHyperlinkin interfaceOdtReportConfiguration- See Also:
-
setIgnoreHyperlink
-