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 Constructor Description SimpleOdtReportConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
isFlexibleRowHeight()
Indicates whether table rows in ODT documents can grow if more text is added into cells.Boolean
isIgnoreHyperlink()
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
-
-
-
-
Method Detail
-
isFlexibleRowHeight
public Boolean 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:
OdtReportConfiguration.PROPERTY_ODT_FLEXIBLE_ROW_HEIGHT
-
setFlexibleRowHeight
public void setFlexibleRowHeight(Boolean isFlexibleRowHeight)
-
isIgnoreHyperlink
public Boolean isIgnoreHyperlink()
- Specified by:
isIgnoreHyperlink
in interfaceOdtReportConfiguration
- See Also:
OdtReportConfiguration.PROPERTY_IGNORE_HYPERLINK
-
setIgnoreHyperlink
public void setIgnoreHyperlink(Boolean isIgnoreHyperlink)
-
-