public class SimpleDocxReportConfiguration extends SimpleReportExportConfiguration implements DocxReportConfiguration
PROPERTY_FLEXIBLE_ROW_HEIGHT, PROPERTY_FRAMES_AS_NESTED_TABLES, PROPERTY_IGNORE_HYPERLINK, PROPERTY_NEW_LINE_AS_PARAGRAPH
PROPERTY_IGNORE_PAGE_MARGINS
PROPERTY_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, setStartPageIndex
isOverrideHints, setOverrideHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
isOverrideHints
public Boolean isFramesAsNestedTables()
DocxReportConfiguration
frames
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 DocxReportConfiguration
DocxReportConfiguration.PROPERTY_FRAMES_AS_NESTED_TABLES
public 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 DocxReportConfiguration
DocxReportConfiguration.PROPERTY_FLEXIBLE_ROW_HEIGHT
public void setFlexibleRowHeight(Boolean isFlexibleRowHeight)
public Boolean isIgnoreHyperlink()
isIgnoreHyperlink
in interface DocxReportConfiguration
DocxReportConfiguration.PROPERTY_IGNORE_HYPERLINK
public 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 DocxReportConfiguration
DocxReportConfiguration.PROPERTY_NEW_LINE_AS_PARAGRAPH
public void setNewLineAsParagraph(Boolean isNewLineAsParagraph)
Copyright © 2017. All rights reserved.