public class JRHtmlExporterNature extends AbstractExporterNature
filter, handlerEnvironment, jasperReportsContext, propertiesUtil
Constructor and Description |
---|
JRHtmlExporterNature(JasperReportsContext jasperReportsContext,
ExporterFilter filter,
boolean deep,
boolean ignorePageMargins)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isBreakAfterRow(JRPrintElement element)
Deprecated.
|
boolean |
isBreakBeforeRow(JRPrintElement element)
Deprecated.
|
boolean |
isDeep(JRPrintFrame frame)
Deprecated.
Specified whether to include in the grid sub elements of a given
frame element. |
boolean |
isHorizontallyMergeEmptyCells()
Deprecated.
Flag that specifies that empty cells are to be horizontally merged.
|
boolean |
isIgnoreLastRow()
Deprecated.
|
boolean |
isIgnorePageMargins()
Deprecated.
Specifies whether empty page margins should be ignored
|
boolean |
isSpanCells()
Deprecated.
Specifies whether the exporter handles cells span
|
boolean |
isToExport(JRPrintElement element)
Deprecated.
|
getPropertiesUtil, setXProperties, setXProperties, setYProperties, setYProperties
public JRHtmlExporterNature(JasperReportsContext jasperReportsContext, ExporterFilter filter, boolean deep, boolean ignorePageMargins)
public boolean isToExport(JRPrintElement element)
public boolean isDeep(JRPrintFrame frame)
ExporterNature
frame
element.public boolean isSpanCells()
ExporterNature
public boolean isIgnoreLastRow()
public boolean isHorizontallyMergeEmptyCells()
ExporterNature
If the flag is set and this nature is deep
, the nature is required
to export
frames
.
public boolean isIgnorePageMargins()
public boolean isBreakBeforeRow(JRPrintElement element)
public boolean isBreakAfterRow(JRPrintElement element)
Copyright © 2017. All rights reserved.