Interface GenericElementPptxHandler

All Superinterfaces:
GenericElementHandler
All Known Implementing Classes:
IconLabelElementPptxHandler

public interface GenericElementPptxHandler extends GenericElementHandler
A generic print element PPTX export handler.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Method Details

    • 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