public abstract class JROfficeOpenXmlExporterNature extends AbstractExporterNature
filter, handlerEnvironment, jasperReportsContext, propertiesUtil| Constructor and Description |
|---|
JROfficeOpenXmlExporterNature(JasperReportsContext jasperReportsContext,
ExporterFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBreakAfterRow(JRPrintElement element) |
boolean |
isBreakBeforeRow(JRPrintElement element) |
boolean |
isHorizontallyMergeEmptyCells()
Flag that specifies that empty cells are to be horizontally merged.
|
boolean |
isIgnoreLastRow() |
boolean |
isIgnorePageMargins()
Specifies whether empty page margins should be ignored
|
boolean |
isSpanCells()
Specifies whether the exporter handles cells span
|
boolean |
isToExport(JRPrintElement element) |
getPropertiesUtil, setXProperties, setXProperties, setYProperties, setYPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisDeeppublic JROfficeOpenXmlExporterNature(JasperReportsContext jasperReportsContext, ExporterFilter filter)
public boolean isToExport(JRPrintElement element)
public boolean isSpanCells()
ExporterNaturepublic 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.