Package net.sf.jasperreports.export
Class SimpleDocxReportConfiguration
java.lang.Object
net.sf.jasperreports.export.SimpleCommonExportConfiguration
net.sf.jasperreports.export.SimpleReportExportConfiguration
net.sf.jasperreports.export.SimpleDocxReportConfiguration
- All Implemented Interfaces:
CommonExportConfiguration,DocxReportConfiguration,ReportExportConfiguration
public class SimpleDocxReportConfiguration
extends SimpleReportExportConfiguration
implements DocxReportConfiguration
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTSFields inherited from interface net.sf.jasperreports.export.DocxReportConfiguration
PROPERTY_BACKGROUND_AS_HEADER, PROPERTY_FLEXIBLE_ROW_HEIGHT, PROPERTY_FRAMES_AS_NESTED_TABLES, PROPERTY_IGNORE_HYPERLINK, PROPERTY_NEW_LINE_AS_PARAGRAPHFields inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
PROPERTY_IGNORE_PAGE_MARGINS -
Constructor Summary
Constructors -
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.voidsetBackgroundAsHeader(Boolean isBackgroundAsHeader) voidsetFlexibleRowHeight(Boolean isFlexibleRowHeight) voidsetFramesAsNestedTables(Boolean isFramesAsNestedTables) voidsetIgnoreHyperlink(Boolean isIgnoreHyperlink) voidsetNewLineAsParagraph(Boolean isNewLineAsParagraph) Methods inherited from class net.sf.jasperreports.export.SimpleReportExportConfiguration
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex, setEndPageIndex, setExporterFilter, setHyperlinkProducerFactory, setOffsetX, setOffsetY, setPageIndex, setProgressMonitor, setStartPageIndexMethods inherited from class net.sf.jasperreports.export.SimpleCommonExportConfiguration
isOverrideHints, setOverrideHintsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
SimpleDocxReportConfiguration
public SimpleDocxReportConfiguration()
-
-
Method Details
-
isFramesAsNestedTables
Description copied from interface:DocxReportConfigurationIndicates whetherframesare to be exported as nested tables.If set to
false, the frame contents will be integrated into the master/page table.- Specified by:
isFramesAsNestedTablesin interfaceDocxReportConfiguration- See Also:
-
setFramesAsNestedTables
-
isFlexibleRowHeight
Description copied from interface:DocxReportConfigurationIndicates 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.- Specified by:
isFlexibleRowHeightin interfaceDocxReportConfiguration- See Also:
-
setFlexibleRowHeight
-
isIgnoreHyperlink
- Specified by:
isIgnoreHyperlinkin interfaceDocxReportConfiguration- See Also:
-
setIgnoreHyperlink
-
isNewLineAsParagraph
Description copied from interface:DocxReportConfigurationIndicates 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.- Specified by:
isNewLineAsParagraphin interfaceDocxReportConfiguration- See Also:
-
setNewLineAsParagraph
-
isBackgroundAsHeader
- Specified by:
isBackgroundAsHeaderin interfaceDocxReportConfiguration- See Also:
-
setBackgroundAsHeader
-