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. |
static java.lang.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 |
---|---|
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() |
java.lang.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 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_NEW_LINE_AS_PARAGRAPH
isNewLineAsParagraph()
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.
If set to false
, the frame contents will be integrated into the master/page table.
PROPERTY_FRAMES_AS_NESTED_TABLES
java.lang.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
java.lang.Boolean isNewLineAsParagraph()
If set to true
, the text line before the new paragraph will lose the justified alignment.
PROPERTY_NEW_LINE_AS_PARAGRAPH
java.lang.Boolean isIgnoreHyperlink()
PROPERTY_IGNORE_HYPERLINK
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com