Interface ExporterNature
- All Superinterfaces:
ExporterFilter
- All Known Implementing Classes:
AbstractExporterNature,JRCsvExporterNature,JRDocxExporterNature,JROdsExporterNature,JROdtExporterNature,JROfficeOpenXmlExporterNature,JROpenDocumentExporterNature,JRPptxExporterNature,JRXlsAbstractExporterNature,JRXlsExporterNature,JRXlsMetadataExporterNature,JRXlsxExporterNature
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisBreakAfterRow(JRPrintElement element) booleanisBreakBeforeRow(JRPrintElement element) booleanisDeep(JRPrintFrame frame) Specified whether to include in the grid sub elements of a givenframeelement.booleanFlag that specifies that empty cells are to be horizontally merged.booleanbooleanSpecifies whether empty page margins should be ignoredbooleanSpecifies whether the exporter handles cells spanvoidsetXProperties(Map<String, Object> xCutsProperties, JRPrintElement element) voidsetXProperties(CutsInfo xCuts, JRPrintElement element, int row1, int col1, int row2, int col2) voidsetYProperties(Map<String, Object> yCutsProperties, JRPrintElement element) voidsetYProperties(CutsInfo yCuts, JRPrintElement element, int row1, int col1, int row2, int col2) Methods inherited from interface net.sf.jasperreports.engine.export.ExporterFilter
isToExport
-
Method Details
-
isDeep
Specified whether to include in the grid sub elements of a givenframeelement. -
isSpanCells
boolean isSpanCells()Specifies whether the exporter handles cells span -
isIgnoreLastRow
boolean isIgnoreLastRow() -
isIgnorePageMargins
boolean isIgnorePageMargins()Specifies whether empty page margins should be ignored -
isBreakBeforeRow
-
isBreakAfterRow
-
isHorizontallyMergeEmptyCells
boolean isHorizontallyMergeEmptyCells()Flag that specifies that empty cells are to be horizontally merged.If the flag is set and this nature is
deep, the nature is required toexportframes.- Returns:
- whether empty cells are to be horizontally merged
-
setXProperties
-
setXProperties
-
setYProperties
-
setYProperties
-