public class SimpleOdtReportConfiguration extends SimpleReportExportConfiguration implements OdtReportConfiguration
PROPERTY_IGNORE_HYPERLINK, PROPERTY_ODT_FLEXIBLE_ROW_HEIGHTPROPERTY_IGNORE_PAGE_MARGINSPROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS| Constructor and Description |
|---|
SimpleOdtReportConfiguration() |
| Modifier and Type | Method and 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) |
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex, setEndPageIndex, setExporterFilter, setHyperlinkProducerFactory, setOffsetX, setOffsetY, setPageIndex, setProgressMonitor, setStartPageIndexisOverrideHints, setOverrideHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndexisOverrideHintspublic Boolean isFlexibleRowHeight()
OdtReportConfiguration
Is set to false, the table rows do not increase in height automatically and the user has to enlarge them manually.
isFlexibleRowHeight in interface OdtReportConfigurationOdtReportConfiguration.PROPERTY_ODT_FLEXIBLE_ROW_HEIGHTpublic void setFlexibleRowHeight(Boolean isFlexibleRowHeight)
public Boolean isIgnoreHyperlink()
isIgnoreHyperlink in interface OdtReportConfigurationOdtReportConfiguration.PROPERTY_IGNORE_HYPERLINKpublic void setIgnoreHyperlink(Boolean isIgnoreHyperlink)
Copyright © 2017. All rights reserved.