public class IconLabelElementDocxHandler extends Object implements GenericElementDocxHandler
Constructor and Description |
---|
IconLabelElementDocxHandler() |
Modifier and Type | Method and Description |
---|---|
void |
exportElement(JRDocxExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell)
Exports a generic element.
|
static IconLabelElementDocxHandler |
getInstance() |
boolean |
toExport(JRGenericPrintElement element)
Decides whether a generic print element is to be exported.
|
public static IconLabelElementDocxHandler getInstance()
public void exportElement(JRDocxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)
GenericElementDocxHandler
Access to the exporter output and environment is provided via the
JRDocxExporterContext
argument.
exportElement
in interface GenericElementDocxHandler
exporterContext
- the exporter contextelement
- the generic element to exportpublic boolean toExport(JRGenericPrintElement element)
GenericElementHandler
toExport
in interface GenericElementHandler
element
- the elementCopyright © 2016. All rights reserved.