Uses of Enum Class
io.vertigo.quarto.exporter.model.ExportFormat
Packages that use ExportFormat
Package
Description
-
Uses of ExportFormat in io.vertigo.quarto.exporter.model
Methods in io.vertigo.quarto.exporter.model that return ExportFormatModifier and TypeMethodDescriptionExport.format()Returns the value of theformatrecord component.static ExportFormatReturns the enum constant of this class with the specified name.static ExportFormat[]ExportFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.vertigo.quarto.exporter.model with parameters of type ExportFormatModifierConstructorDescriptionExport(ExportFormat format, String fileName, String title, String author, Export.Orientation orientation, List<ExportSheet> sheets) Creates an instance of aExportrecord class.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 ExportFormatModifier and TypeMethodDescriptionbooleanExporterPlugin.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 ExportFormatModifier and TypeMethodDescriptionbooleanCSVExporterPlugin.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 ExportFormatModifier and TypeMethodDescriptionbooleanODSExporterPlugin.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 ExportFormatModifier and TypeMethodDescriptionbooleanPDFExporterPlugin.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 ExportFormatModifier and TypeMethodDescriptionbooleanRTFExporterPlugin.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 ExportFormatModifier and TypeMethodDescriptionbooleanXLSExporterPlugin.accept(ExportFormat exportFormat) Deprecated.Type de Format accepté à l'export -
Uses of ExportFormat in io.vertigo.quarto.plugins.exporter.xlsx
Methods in io.vertigo.quarto.plugins.exporter.xlsx with parameters of type ExportFormatModifier and TypeMethodDescriptionbooleanXLSXExporterPlugin.accept(ExportFormat exportFormat) Type de Format accepté à l'export