Interface GenericElementCsvHandler

All Superinterfaces:
GenericElementHandler
All Known Implementing Classes:
IconLabelElementCsvHandler

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

    • getTextValue

      String getTextValue(JRCsvExporterContext exporterContext, JRGenericPrintElement element)
      Returns the text value to be inserted in the export output.
      Parameters:
      element - the generic print element
      Returns:
      the HTML fragment that represents the exported element