Interface GenericElementOdtHandler
- All Superinterfaces:
GenericElementHandler
- All Known Implementing Classes:
IconLabelElementOdtHandler
A generic print element ODT export handler.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exportElement
(JROdtExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell) Exports a generic element.Methods inherited from interface net.sf.jasperreports.engine.export.GenericElementHandler
toExport
-
Method Details
-
exportElement
void exportElement(JROdtExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell) Exports a generic element.Access to the exporter output and environment is provided via the
JROdtExporterContext
argument.- Parameters:
exporterContext
- the exporter contextelement
- the generic element to export
-