Uses of Interface
io.vertigo.quarto.impl.exporter.ExporterPlugin
-
-
Uses of ExporterPlugin in io.vertigo.quarto.impl.exporter
Constructor parameters in io.vertigo.quarto.impl.exporter with type arguments of type ExporterPlugin Constructor Description ExporterManagerImpl(List<ExporterPlugin> exporterPlugins)
Constructor. -
Uses of ExporterPlugin in io.vertigo.quarto.plugins.exporter.csv
Classes in io.vertigo.quarto.plugins.exporter.csv that implement ExporterPlugin Modifier and Type Class Description class
CSVExporterPlugin
This plugin is responsible for the export to CSV format. -
Uses of ExporterPlugin in io.vertigo.quarto.plugins.exporter.ods
Classes in io.vertigo.quarto.plugins.exporter.ods that implement ExporterPlugin Modifier and Type Class Description class
ODSExporterPlugin
Plugin d'export ODS. -
Uses of ExporterPlugin in io.vertigo.quarto.plugins.exporter.pdf
Classes in io.vertigo.quarto.plugins.exporter.pdf that implement ExporterPlugin Modifier and Type Class Description class
PDFExporterPlugin
Plugin d'export PDF. -
Uses of ExporterPlugin in io.vertigo.quarto.plugins.exporter.rtf
Classes in io.vertigo.quarto.plugins.exporter.rtf that implement ExporterPlugin Modifier and Type Class Description class
RTFExporterPlugin
Plugin d'export PDF. -
Uses of ExporterPlugin in io.vertigo.quarto.plugins.exporter.xls
Classes in io.vertigo.quarto.plugins.exporter.xls that implement ExporterPlugin Modifier and Type Class Description class
XLSExporterPlugin
Plugin d'export Excel.
-