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 classCSVExporterPluginThis 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 classODSExporterPluginPlugin 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 classPDFExporterPluginPlugin 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 classRTFExporterPluginPlugin 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 classXLSExporterPluginPlugin d'export Excel.
-