public class SimpleDocxReportConfiguration extends SimpleReportExportConfiguration implements DocxReportConfiguration
PROPERTY_FLEXIBLE_ROW_HEIGHT, PROPERTY_FRAMES_AS_NESTED_TABLES, PROPERTY_IGNORE_HYPERLINK, PROPERTY_NEW_LINE_AS_PARAGRAPHPROPERTY_IGNORE_PAGE_MARGINSPROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS| Constructor and Description |
|---|
SimpleDocxReportConfiguration() |
| 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.
|
void |
setFlexibleRowHeight(Boolean isFlexibleRowHeight) |
void |
setFramesAsNestedTables(Boolean isFramesAsNestedTables) |
void |
setIgnoreHyperlink(Boolean isIgnoreHyperlink) |
void |
setNewLineAsParagraph(Boolean isNewLineAsParagraph) |
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex, setEndPageIndex, setExporterFilter, setHyperlinkProducerFactory, setOffsetX, setOffsetY, setPageIndex, setProgressMonitor, setStartPageIndexisOverrideHints, setOverrideHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndexisOverrideHintspublic Boolean isFramesAsNestedTables()
DocxReportConfigurationframes are to be exported as nested tables.
If set to false, the frame contents will be integrated into the master/page table.
isFramesAsNestedTables in interface DocxReportConfigurationDocxReportConfiguration.PROPERTY_FRAMES_AS_NESTED_TABLESpublic void setFramesAsNestedTables(Boolean isFramesAsNestedTables)
public Boolean isFlexibleRowHeight()
DocxReportConfiguration
If set to false, the table rows do not increase in height automatically and the user has to enlarge them manually.
isFlexibleRowHeight in interface DocxReportConfigurationDocxReportConfiguration.PROPERTY_FLEXIBLE_ROW_HEIGHTpublic void setFlexibleRowHeight(Boolean isFlexibleRowHeight)
public Boolean isIgnoreHyperlink()
isIgnoreHyperlink in interface DocxReportConfigurationDocxReportConfiguration.PROPERTY_IGNORE_HYPERLINKpublic void setIgnoreHyperlink(Boolean isIgnoreHyperlink)
public Boolean isNewLineAsParagraph()
DocxReportConfiguration
If set to true, the text line before the new paragraph will lose the justified alignment.
isNewLineAsParagraph in interface DocxReportConfigurationDocxReportConfiguration.PROPERTY_NEW_LINE_AS_PARAGRAPHpublic void setNewLineAsParagraph(Boolean isNewLineAsParagraph)
Copyright © 2017. All rights reserved.