public interface GenericElementXlsxHandler extends GenericElementHandler
| Modifier and Type | Method and Description |
|---|---|
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. |
toExportvoid 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 exportJRExceptionJRPrintImage getImage(JRXlsxExporterContext exporterContext, JRGenericPrintElement element) throws JRException
JRGenericPrintElement element to be exported instead.element - the generic element to exportJRExceptionCopyright © 2017. All rights reserved.