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 ExportFormat
Export. getFormat()
static ExportFormat
ExportFormat. 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 boolean
ExporterPlugin. 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 boolean
CSVExporterPlugin. 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 boolean
ODSExporterPlugin. 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 boolean
PDFExporterPlugin. 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 boolean
RTFExporterPlugin. 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 boolean
XLSExporterPlugin. accept(ExportFormat exportFormat)
Type de Format accepté à l'export
-