public interface GenericElementDocxHandler extends GenericElementHandler
| Modifier and Type | Method and Description |
|---|---|
void |
exportElement(JRDocxExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell)
Exports a generic element.
|
JRPrintImage |
getImage(JRDocxExporterContext exporterContext,
JRGenericPrintElement element)
Creates an equivalent image of the
JRGenericPrintElement element to be exported instead. |
toExportvoid exportElement(JRDocxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)
Access to the exporter output and environment is provided via the
JRDocxExporterContext argument.
exporterContext - the exporter contextelement - the generic element to exportJRPrintImage getImage(JRDocxExporterContext exporterContext, JRGenericPrintElement element) throws JRException
JRGenericPrintElement element to be exported instead.element - the generic element to exportJRExceptionCopyright © 2014. All rights reserved.