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. |
static String |
PROPERTY_NEW_LINE_AS_PARAGRAPH
This property serves as default value for the
isNewLineAsParagraph() export configuration setting. |
PROPERTY_IGNORE_PAGE_MARGINS
PROPERTY_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() |
Boolean |
isNewLineAsParagraph()
Indicates whether the newline element present in a justified paragraph introduces a new justified paragraph.
|
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
isOverrideHints
static 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_NEW_LINE_AS_PARAGRAPH
isNewLineAsParagraph()
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.
If set to false
, the frame contents will be integrated into the master/page table.
PROPERTY_FRAMES_AS_NESTED_TABLES
Boolean isFlexibleRowHeight()
If set to false
, the table rows do not increase in height automatically and the user has to enlarge them manually.
PROPERTY_FLEXIBLE_ROW_HEIGHT
Boolean isNewLineAsParagraph()
If set to true
, the text line before the new paragraph will lose the justified alignment.
PROPERTY_NEW_LINE_AS_PARAGRAPH
Boolean isIgnoreHyperlink()
PROPERTY_IGNORE_HYPERLINK
Copyright © 2017. All rights reserved.