public class SimpleDocxReportConfiguration extends SimpleReportExportConfiguration implements DocxReportConfiguration
PROPERTY_FLEXIBLE_ROW_HEIGHT, PROPERTY_FRAMES_AS_NESTED_TABLES, PROPERTY_IGNORE_HYPERLINKPROPERTY_IGNORE_PAGE_MARGINSPROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS| Constructor and Description |
|---|
SimpleDocxReportConfiguration() |
| 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() |
void |
setFlexibleRowHeight(java.lang.Boolean isFlexibleRowHeight) |
void |
setFramesAsNestedTables(java.lang.Boolean isFramesAsNestedTables) |
void |
setIgnoreHyperlink(java.lang.Boolean isIgnoreHyperlink) |
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 java.lang.Boolean isFramesAsNestedTables()
DocxReportConfigurationframes are to be exported as nested tables.
Is 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(java.lang.Boolean isFramesAsNestedTables)
public java.lang.Boolean isFlexibleRowHeight()
DocxReportConfiguration
Is 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(java.lang.Boolean isFlexibleRowHeight)
public java.lang.Boolean isIgnoreHyperlink()
isIgnoreHyperlink in interface DocxReportConfigurationDocxReportConfiguration.PROPERTY_IGNORE_HYPERLINKpublic void setIgnoreHyperlink(java.lang.Boolean isIgnoreHyperlink)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com