|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GenericElementXlsxHandler
A generic print element XLSX export handler.
| Method Summary | |
|---|---|
void |
exportElement(JRXlsxExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex)
Exports a generic element. |
JRPrintImage |
getImage(JRXlsxExporterContext exporterContext,
JRGenericPrintElement element)
Creates an equivalent image of the JRGenericPrintElement element to be exported instead. |
| Methods inherited from interface net.sf.jasperreports.engine.export.GenericElementHandler |
|---|
toExport |
| Method Detail |
|---|
void exportElement(JRXlsxExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex)
throws JRException
Access to the exporter output and environment is provided via the
JRXlsxExporterContext argument.
exporterContext - the exporter contextelement - the generic element to export
JRException
JRPrintImage getImage(JRXlsxExporterContext exporterContext,
JRGenericPrintElement element)
throws JRException
JRGenericPrintElement element to be exported instead.
element - the generic element to export
JRException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||