Uses of Class
io.vertigo.quarto.exporter.model.ExportFormat
-
-
Uses of ExportFormat in io.vertigo.quarto.exporter.model
Methods in io.vertigo.quarto.exporter.model that return ExportFormat Modifier and Type Method Description ExportFormatExport. getFormat()static ExportFormatExportFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportFormat[]ExportFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.vertigo.quarto.exporter.model with parameters of type ExportFormat Constructor Description ExportBuilder(ExportFormat format, String fileName)Constructor. -
Uses of ExportFormat in io.vertigo.quarto.impl.exporter
Methods in io.vertigo.quarto.impl.exporter with parameters of type ExportFormat Modifier and Type Method Description booleanExporterPlugin. accept(ExportFormat exportFormat)Type de Format accepté à l'export -
Uses of ExportFormat in io.vertigo.quarto.plugins.exporter.csv
Methods in io.vertigo.quarto.plugins.exporter.csv with parameters of type ExportFormat Modifier and Type Method Description booleanCSVExporterPlugin. accept(ExportFormat exportFormat)Type de Format accepté à l'export -
Uses of ExportFormat in io.vertigo.quarto.plugins.exporter.ods
Methods in io.vertigo.quarto.plugins.exporter.ods with parameters of type ExportFormat Modifier and Type Method Description booleanODSExporterPlugin. accept(ExportFormat exportFormat)Type de Format accepté à l'export -
Uses of ExportFormat in io.vertigo.quarto.plugins.exporter.pdf
Methods in io.vertigo.quarto.plugins.exporter.pdf with parameters of type ExportFormat Modifier and Type Method Description booleanPDFExporterPlugin. accept(ExportFormat exportFormat)Type de Format accepté à l'export -
Uses of ExportFormat in io.vertigo.quarto.plugins.exporter.rtf
Methods in io.vertigo.quarto.plugins.exporter.rtf with parameters of type ExportFormat Modifier and Type Method Description booleanRTFExporterPlugin. accept(ExportFormat exportFormat)Type de Format accepté à l'export -
Uses of ExportFormat in io.vertigo.quarto.plugins.exporter.xls
Methods in io.vertigo.quarto.plugins.exporter.xls with parameters of type ExportFormat Modifier and Type Method Description booleanXLSExporterPlugin. accept(ExportFormat exportFormat)Type de Format accepté à l'export
-