net.sf.jasperreports.engine.export.ooxml
Interface GenericElementDocxHandler

All Superinterfaces:
GenericElementHandler

public interface GenericElementDocxHandler
extends GenericElementHandler

A generic print element DOCX export handler.

Version:
$Id: GenericElementPdfHandler.java 3033 2009-08-27 11:46:22Z teodord $
Author:
Teodor Danciu ([email protected])

Method Summary
 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 context
element - the generic element to export


Copyright © 2011. All Rights Reserved.