public interface DocxReportConfiguration extends ReportExportConfiguration
JRDocxExporter| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_FLEXIBLE_ROW_HEIGHT
This property serves as default value for the
isFlexibleRowHeight() export configuration setting. |
static String |
PROPERTY_FRAMES_AS_NESTED_TABLES
This property serves as default value for the
isFramesAsNestedTables() export configuration setting. |
static String |
PROPERTY_IGNORE_HYPERLINK
Property that provides a default value for the
isIgnoreHyperlink() export configuration flag. |
PROPERTY_IGNORE_PAGE_MARGINSPROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS| Modifier and Type | Method and Description |
|---|---|
Boolean |
isFlexibleRowHeight()
Indicates whether table rows can grow if more text is added into cells.
|
Boolean |
isFramesAsNestedTables()
Indicates whether
frames are to be exported as nested tables. |
Boolean |
isIgnoreHyperlink() |
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndexisOverrideHintsstatic final String PROPERTY_FRAMES_AS_NESTED_TABLES
isFramesAsNestedTables() export configuration setting.
The property itself defaults to true.
JRPropertiesUtil,
Constant Field Valuesstatic final String PROPERTY_FLEXIBLE_ROW_HEIGHT
isFlexibleRowHeight() export configuration setting.
The property itself defaults to false.
JRPropertiesUtil,
Constant Field Valuesstatic final String PROPERTY_IGNORE_HYPERLINK
isIgnoreHyperlink() export configuration flag.Boolean isFramesAsNestedTables()
frames are to be exported as nested tables.
Is set to false, the frame contents will be integrated into the master/page table.
PROPERTY_FRAMES_AS_NESTED_TABLESBoolean isFlexibleRowHeight()
Is set to false, the table rows do not increase in height automatically and the user has to enlarge them manually.
PROPERTY_FLEXIBLE_ROW_HEIGHTBoolean isIgnoreHyperlink()
PROPERTY_IGNORE_HYPERLINKCopyright © 2014. All rights reserved.