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

All Superinterfaces:
GenericElementHandler
All Known Implementing Classes:
MapElementPptxHandler

public interface GenericElementPptxHandler
extends GenericElementHandler

A generic print element PPTX export handler.

Version:
$Id: GenericElementPptxHandler.java 5060 2012-03-13 08:55:42Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 void exportElement(JRPptxExporterContext exporterContext, JRGenericPrintElement element)
          Exports a generic element.
 JRPrintImage getImage(JRPptxExporterContext exporterContext, JRGenericPrintElement element)
          Creates an equivalent image of the JRGenericPrintElement element to be exported instead.
 
Methods inherited from interface net.sf.jasperreports.engine.export.GenericElementHandler
toExport
 

Method Detail

exportElement

void exportElement(JRPptxExporterContext exporterContext,
                   JRGenericPrintElement element)
Exports a generic element.

Access to the exporter output and environment is provided via the JRPptxExporterContext argument.

Parameters:
exporterContext - the exporter context
element - the generic element to export

getImage

JRPrintImage getImage(JRPptxExporterContext exporterContext,
                      JRGenericPrintElement element)
                      throws JRException
Creates an equivalent image of the JRGenericPrintElement element to be exported instead.

Parameters:
element - the generic element to export
Returns:
JRPrintImage the equivalent image
Throws:
JRException


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com