Package net.sf.jasperreports.poi.export
Interface GenericElementXlsHandler
- All Superinterfaces:
GenericElementHandler
- All Known Implementing Classes:
IconLabelElementXlsHandler
A generic print element XLS export handler.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exportElement
(JRXlsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) Exports a generic element.Methods inherited from interface net.sf.jasperreports.engine.export.GenericElementHandler
toExport
-
Method Details
-
exportElement
void exportElement(JRXlsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) Exports a generic element.Access to the exporter output and environment is provided via the
JRXlsExporterContext
argument.- Parameters:
exporterContext
- the exporter contextelement
- the generic element to export
-