Interface ExporterConfiguration

All Superinterfaces:
CommonExportConfiguration
All Known Subinterfaces:
CsvExporterConfiguration, CsvMetadataExporterConfiguration, DocxExporterConfiguration, Graphics2DExporterConfiguration, HtmlExporterConfiguration, JsonExporterConfiguration, OdsExporterConfiguration, OdtExporterConfiguration, PdfExporterConfiguration, PptxExporterConfiguration, PrintServiceExporterConfiguration, RtfExporterConfiguration, TextExporterConfiguration, XlsExporterConfiguration, XlsMetadataExporterConfiguration, XlsxExporterConfiguration, XlsxMetadataExporterConfiguration
All Known Implementing Classes:
AbstractXlsExporterConfiguration, SimpleCsvExporterConfiguration, SimpleCsvMetadataExporterConfiguration, SimpleDocxExporterConfiguration, SimpleExporterConfiguration, SimpleGraphics2DExporterConfiguration, SimpleHtmlExporterConfiguration, SimpleJsonExporterConfiguration, SimpleOdsExporterConfiguration, SimpleOdtExporterConfiguration, SimplePdfExporterConfiguration, SimplePptxExporterConfiguration, SimplePrintServiceExporterConfiguration, SimpleRtfExporterConfiguration, SimpleTextExporterConfiguration, SimpleXlsExporterConfiguration, SimpleXlsMetadataExporterConfiguration, SimpleXlsxExporterConfiguration, SimpleXlsxMetadataExporterConfiguration

public interface ExporterConfiguration extends CommonExportConfiguration
Instances of this class are used for configuring the behavior of exporters.

see Exporter.setConfiguration(ExporterConfiguration) see ExporterInputItem.getConfiguration()

Author:
Teodor Danciu (teodord@users.sourceforge.net)