Interface Exporter<T extends AbstractConversionSettings>

Type Parameters:
T -
All Known Implementing Classes:
AbstractExporter, AbstractFOExporter, AbstractHTMLExporter3, AbstractWmlExporter, DocxToPdfExporter, FOExporterVisitor, FOExporterXslt, HTMLExporterVisitor, HTMLExporterXslt, PptxToPdfExporter, XlsxToPdfExporter

public interface Exporter<T extends AbstractConversionSettings>
The AbstractExporter is the interface to singletons that do the conversion from a OpcPackage to a target format.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    export(T conversionSettings, OutputStream outputStream)