Package net.sf.jasperreports.export
Interface DocxReportConfiguration
- All Superinterfaces:
CommonExportConfiguration,ReportExportConfiguration
- All Known Implementing Classes:
SimpleDocxReportConfiguration
Interface containing settings used by the DOCX exporter.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringProperty that provides a default value for theisBackgroundAsHeader()export configuration flag.static final StringThis property serves as default value for theisFlexibleRowHeight()export configuration setting.static final StringThis property serves as default value for theisFramesAsNestedTables()export configuration setting.static final StringProperty that provides a default value for theisIgnoreHyperlink()export configuration flag.static final StringThis property serves as default value for theisNewLineAsParagraph()export configuration setting.Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTSFields inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
PROPERTY_IGNORE_PAGE_MARGINS -
Method Summary
Modifier and TypeMethodDescriptionIndicates whether table rows can grow if more text is added into cells.Indicates whetherframesare to be exported as nested tables.Indicates whether the newline element present in a justified paragraph introduces a new justified paragraph.Methods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHintsMethods inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
-
Field Details
-
PROPERTY_FRAMES_AS_NESTED_TABLES
This property serves as default value for theisFramesAsNestedTables()export configuration setting.The property itself defaults to
true.- See Also:
-
PROPERTY_FLEXIBLE_ROW_HEIGHT
This property serves as default value for theisFlexibleRowHeight()export configuration setting.The property itself defaults to
false.- See Also:
-
PROPERTY_NEW_LINE_AS_PARAGRAPH
This property serves as default value for theisNewLineAsParagraph()export configuration setting.The property itself defaults to
false.- See Also:
-
PROPERTY_IGNORE_HYPERLINK
Property that provides a default value for theisIgnoreHyperlink()export configuration flag.- See Also:
-
PROPERTY_BACKGROUND_AS_HEADER
Property that provides a default value for theisBackgroundAsHeader()export configuration flag.- See Also:
-
-
Method Details
-
isFramesAsNestedTables
Boolean isFramesAsNestedTables()Indicates whetherframesare to be exported as nested tables.If set to
false, the frame contents will be integrated into the master/page table.- See Also:
-
isFlexibleRowHeight
Boolean isFlexibleRowHeight()Indicates whether table rows can grow if more text is added into cells.If set to
false, the table rows do not increase in height automatically and the user has to enlarge them manually.- See Also:
-
isNewLineAsParagraph
Boolean isNewLineAsParagraph()Indicates whether the newline element present in a justified paragraph introduces a new justified paragraph.If set to
true, the text line before the new paragraph will lose the justified alignment.- See Also:
-
isIgnoreHyperlink
Boolean isIgnoreHyperlink()- See Also:
-
isBackgroundAsHeader
Boolean isBackgroundAsHeader()- See Also:
-