Interface GenericElementXlsxMetadataHandler
- All Superinterfaces:
GenericElementHandler
A generic print element XLSX metadata export handler.
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exportElement
(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, int colIndex, int rowIndex, JRStyle parentStyle) Exports a generic element.getImage
(JRXlsxExporterContext exporterContext, JRGenericPrintElement element) Creates an equivalent image of theJRGenericPrintElement
element to be exported instead.Methods inherited from interface net.sf.jasperreports.engine.export.GenericElementHandler
toExport
-
Method Details
-
exportElement
void exportElement(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, int colIndex, int rowIndex, JRStyle parentStyle) 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
-
getImage
JRPrintImage getImage(JRXlsxExporterContext exporterContext, JRGenericPrintElement element) throws JRException Creates an equivalent image of theJRGenericPrintElement
element to be exported instead.- Parameters:
element
- the generic element to export- Returns:
- JRPrintImage the equivalent image
- Throws:
JRException
-