public interface JRHtmlReportConfiguration extends HtmlReportConfiguration
Modifier and Type | Field and Description |
---|---|
static java.lang.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_IGNORE_HYPERLINK, PROPERTY_REMOVE_EMPTY_SPACE_BETWEEN_ROWS, PROPERTY_SIZE_UNIT, PROPERTY_WHITE_PAGE_BACKGROUND, PROPERTY_WRAP_BREAK_WORD
PROPERTY_IGNORE_PAGE_MARGINS
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
isFramesAsNestedTables()
Deprecated.
Indicates whether
frames are to be exported as nested HTML tables. |
getBorderCollapse, getSizeUnit, getZoomRatio, isAccessibleHtml, isIgnoreHyperlink, isIgnorePageMargins, isRemoveEmptySpaceBetweenRows, isWhitePageBackground, isWrapBreakWord
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
isOverrideHints
static final java.lang.String PROPERTY_FRAMES_AS_NESTED_TABLES
isFramesAsNestedTables()
export configuration flag.
The property itself defaults to true
.
JRPropertiesUtil
,
Constant Field Valuesjava.lang.Boolean 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_TABLES
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com