Interface GenericElementDocxHandler
-
- All Superinterfaces:
GenericElementHandler
- All Known Implementing Classes:
IconLabelElementDocxHandler
,MapElementDocxHandler
public interface GenericElementDocxHandler extends GenericElementHandler
A generic print element DOCX export handler.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
exportElement(JRDocxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)
Exports a generic element.-
Methods inherited from interface net.sf.jasperreports.engine.export.GenericElementHandler
toExport
-
-
-
-
Method Detail
-
exportElement
void exportElement(JRDocxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)
Exports a generic element.Access to the exporter output and environment is provided via the
JRDocxExporterContext
argument.- Parameters:
exporterContext
- the exporter contextelement
- the generic element to export
-
-