public interface OdtReportConfiguration extends ReportExportConfiguration
JROdtExporter
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_IGNORE_HYPERLINK
Property that provides a default for the
isIgnoreHyperlink() export configuration flag. |
static String |
PROPERTY_ODT_FLEXIBLE_ROW_HEIGHT
This property serves as default value for the
isFlexibleRowHeight() export configuration flag. |
PROPERTY_IGNORE_PAGE_MARGINS
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
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() |
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
isOverrideHints
static final String PROPERTY_ODT_FLEXIBLE_ROW_HEIGHT
isFlexibleRowHeight()
export configuration flag.
The property itself defaults to false
.
JRPropertiesUtil
,
Constant Field Valuesstatic final String PROPERTY_IGNORE_HYPERLINK
isIgnoreHyperlink()
export configuration flag.Boolean isFlexibleRowHeight()
Is set to false
, the table rows do not increase in height automatically and the user has to enlarge them manually.
PROPERTY_ODT_FLEXIBLE_ROW_HEIGHT
Boolean isIgnoreHyperlink()
PROPERTY_IGNORE_HYPERLINK
Copyright © 2016. All rights reserved.