public interface JRHtmlReportConfiguration extends HtmlReportConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_FRAMES_AS_NESTED_TABLES
Deprecated.
This property serves as default value for the
isFramesAsNestedTables() export configuration flag. |
PROPERTY_ACCESSIBLE, PROPERTY_BORDER_COLLAPSE, PROPERTY_EMBED_IMAGE, PROPERTY_EMBEDDED_SVG_USE_FONTS, PROPERTY_IGNORE_HYPERLINK, PROPERTY_REMOVE_EMPTY_SPACE_BETWEEN_ROWS, PROPERTY_SIZE_UNIT, PROPERTY_WHITE_PAGE_BACKGROUND, PROPERTY_WRAP_BREAK_WORDPROPERTY_IGNORE_PAGE_MARGINSPROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS| Modifier and Type | Method and Description |
|---|---|
Boolean |
isFramesAsNestedTables()
Deprecated.
Indicates whether
frames are to be exported as nested HTML tables. |
getBorderCollapse, getSizeUnit, getZoomRatio, isAccessibleHtml, isEmbeddedSvgUseFonts, isEmbedImage, isIgnoreHyperlink, isIgnorePageMargins, isRemoveEmptySpaceBetweenRows, isWhitePageBackground, isWrapBreakWordgetEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndexisOverrideHintsstatic final String PROPERTY_FRAMES_AS_NESTED_TABLES
isFramesAsNestedTables() export configuration flag.
The property itself defaults to true.
JRPropertiesUtil,
Constant Field ValuesBoolean isFramesAsNestedTables()
frames are to be exported as nested HTML tables.
If set to false, the frame contents will be integrated into the master/page HTML table.
This can be useful when exporting frames as nested tables causes output misalignments.
PROPERTY_FRAMES_AS_NESTED_TABLESCopyright © 2017. All rights reserved.