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