public interface DocxReportConfiguration extends ReportExportConfiguration
JRDocxExporter| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_FLEXIBLE_ROW_HEIGHT
This property serves as default value for the
isFlexibleRowHeight() export configuration setting. |
static java.lang.String |
PROPERTY_FRAMES_AS_NESTED_TABLES
This property serves as default value for the
isFramesAsNestedTables() export configuration setting. |
static java.lang.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 |
|---|---|
java.lang.Boolean |
isFlexibleRowHeight()
Indicates whether table rows can grow if more text is added into cells.
|
java.lang.Boolean |
isFramesAsNestedTables()
Indicates whether
frames are to be exported as nested tables. |
java.lang.Boolean |
isIgnoreHyperlink() |
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndexisOverrideHintsstatic final java.lang.String PROPERTY_FRAMES_AS_NESTED_TABLES
isFramesAsNestedTables() export configuration setting.
The property itself defaults to true.
JRPropertiesUtil,
Constant Field Valuesstatic final java.lang.String PROPERTY_FLEXIBLE_ROW_HEIGHT
isFlexibleRowHeight() export configuration setting.
The property itself defaults to false.
JRPropertiesUtil,
Constant Field Valuesstatic final java.lang.String PROPERTY_IGNORE_HYPERLINK
isIgnoreHyperlink() export configuration flag.java.lang.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_TABLESjava.lang.Boolean 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_HEIGHTjava.lang.Boolean isIgnoreHyperlink()
PROPERTY_IGNORE_HYPERLINK© 2001-2010 Jaspersoft Corporation www.jaspersoft.com