net.sf.jasperreports.engine.export.ooxml
Interface GenericElementXlsxHandler
- All Superinterfaces:
- GenericElementHandler
public interface GenericElementXlsxHandler
- extends GenericElementHandler
A generic print element XLSX export handler.
- Version:
- $Id: GenericElementPdfHandler.java 3033 2009-08-27 11:46:22Z teodord $
- Author:
- Teodor Danciu ([email protected])
exportElement
void exportElement(JRXlsxExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex)
throws JRException
- Exports a generic element.
Access to the exporter output and environment is provided via the
JRXlsxExporterContext
argument.
- Parameters:
exporterContext
- the exporter contextelement
- the generic element to export
- Throws:
JRException
Copyright © 2011. All Rights Reserved.