public interface HtmlReportConfiguration extends ReportExportConfiguration
HtmlExporter
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_ACCESSIBLE
Property that provides a default value for the
isAccessibleHtml() exporter configuration setting. |
static String |
PROPERTY_BORDER_COLLAPSE
Property that provides the default value for the
getBorderCollapse() export configuration setting. |
static String |
PROPERTY_CONVERT_SVG_TO_IMAGE
Property that provides a default for the
isConvertSvgToImage() export configuration flag. |
static String |
PROPERTY_EMBED_IMAGE
Property that provides a default for the
isEmbedImage() export configuration flag. |
static String |
PROPERTY_EMBEDDED_SVG_USE_FONTS
Property that provides a default for the
isEmbeddedSvgUseFonts() export configuration flag. |
static String |
PROPERTY_IGNORE_HYPERLINK
Property that provides a default for the
isIgnoreHyperlink() export configuration flag. |
static String |
PROPERTY_REMOVE_EMPTY_SPACE_BETWEEN_ROWS
Property whose value is used as default state of the
isRemoveEmptySpaceBetweenRows() export configuration flag. |
static String |
PROPERTY_SIZE_UNIT
Property whose value is used as default for the
getSizeUnit() export configuration setting. |
static String |
PROPERTY_USE_BACKGROUND_IMAGE_TO_ALIGN
Property that provides a default for the
isUseBackgroundImageToAlign() export configuration flag. |
static String |
PROPERTY_WHITE_PAGE_BACKGROUND
Property whose value is used as default state of the
isWhitePageBackground() export configuration flag. |
static String |
PROPERTY_WRAP_BREAK_WORD
Property whose value is used as default state of the
isWrapBreakWord() export configuration flag. |
PROPERTY_IGNORE_PAGE_MARGINS
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
Modifier and Type | Method and Description |
---|---|
String |
getBorderCollapse()
Deprecated.
Replaced by
getBorderCollapseValue() . |
HtmlBorderCollapseEnum |
getBorderCollapseValue()
Provides the value for the
border-collapse CSS property to be applied
to the table generated for the report. |
HtmlSizeUnitEnum |
getSizeUnit()
Returns a String value specifying the unit to use when measuring lengths or font size.
|
Float |
getZoomRatio()
The zoom ratio used for the export.
|
Boolean |
isAccessibleHtml()
Configuration setting that determines the exporter to produce accessible HTML.
|
Boolean |
isConvertSvgToImage() |
Boolean |
isEmbeddedSvgUseFonts() |
Boolean |
isEmbedImage() |
Boolean |
isIgnoreHyperlink() |
Boolean |
isIgnorePageMargins()
Indicates whether page margins should be ignored when the report is exported using a grid-based exporter
If set to
true , any page in the document will be exported without taking into account its margins. |
Boolean |
isRemoveEmptySpaceBetweenRows()
Returns a boolean value specifying whether the blank lines, that sometimes appear between rows, should be deleted.
|
Boolean |
isUseBackgroundImageToAlign() |
Boolean |
isWhitePageBackground()
Returns a boolean value specifying whether the report background should be white.
|
Boolean |
isWrapBreakWord()
Returns a boolean value specifying whether the export engine should use force wrapping by breaking words (CSS
word-wrap: break-word ). |
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
isOverrideHints
static final String PROPERTY_WHITE_PAGE_BACKGROUND
isWhitePageBackground()
export configuration flag.
This property is set by default (true
).JRPropertiesUtil
,
Constant Field Valuesstatic final String PROPERTY_REMOVE_EMPTY_SPACE_BETWEEN_ROWS
isRemoveEmptySpaceBetweenRows()
export configuration flag.
This property is by default not set (false
).JRPropertiesUtil
,
Constant Field Valuesstatic final String PROPERTY_WRAP_BREAK_WORD
isWrapBreakWord()
export configuration flag.
This property is by default not set (false
).JRPropertiesUtil
,
Constant Field Valuesstatic final String PROPERTY_SIZE_UNIT
getSizeUnit()
export configuration setting.JRPropertiesUtil
,
Constant Field Valuesstatic final String PROPERTY_BORDER_COLLAPSE
getBorderCollapse()
export configuration setting.
The property can be set globally and at report level. It defaults to collapse
.
static final String PROPERTY_ACCESSIBLE
isAccessibleHtml()
exporter configuration setting.static final String PROPERTY_IGNORE_HYPERLINK
isIgnoreHyperlink()
export configuration flag.static final String PROPERTY_EMBED_IMAGE
isEmbedImage()
export configuration flag.static final String PROPERTY_EMBEDDED_SVG_USE_FONTS
isEmbeddedSvgUseFonts()
export configuration flag.static final String PROPERTY_CONVERT_SVG_TO_IMAGE
isConvertSvgToImage()
export configuration flag.static final String PROPERTY_USE_BACKGROUND_IMAGE_TO_ALIGN
isUseBackgroundImageToAlign()
export configuration flag.Boolean isRemoveEmptySpaceBetweenRows()
PROPERTY_REMOVE_EMPTY_SPACE_BETWEEN_ROWS
Boolean isWhitePageBackground()
PROPERTY_WHITE_PAGE_BACKGROUND
Boolean isWrapBreakWord()
word-wrap: break-word
).
Note that this CSS property is not currently supported by all browsers.
An alternative approach for forcing word breaks in HTML is to save the
line breaks at fill time via the JRTextElement.PROPERTY_SAVE_LINE_BREAKS
property.
PROPERTY_WRAP_BREAK_WORD
HtmlSizeUnitEnum getSizeUnit()
PROPERTY_SIZE_UNIT
String getBorderCollapse()
getBorderCollapseValue()
.HtmlBorderCollapseEnum getBorderCollapseValue()
border-collapse
CSS property to be applied
to the table generated for the report.PROPERTY_BORDER_COLLAPSE
Boolean isIgnorePageMargins()
If set to true
, any page in the document will be exported without taking into account its margins.
Boolean isAccessibleHtml()
PROPERTY_ACCESSIBLE
Float getZoomRatio()
Boolean isIgnoreHyperlink()
PROPERTY_IGNORE_HYPERLINK
Boolean isEmbedImage()
PROPERTY_EMBED_IMAGE
Boolean isEmbeddedSvgUseFonts()
PROPERTY_EMBEDDED_SVG_USE_FONTS
Boolean isConvertSvgToImage()
PROPERTY_CONVERT_SVG_TO_IMAGE
Boolean isUseBackgroundImageToAlign()
PROPERTY_USE_BACKGROUND_IMAGE_TO_ALIGN
Copyright © 2021 TIBCO Software Inc.. All rights reserved.