Uses of Class
io.vertigo.quarto.exporter.model.ExportSheet
Packages that use ExportSheet
-
Uses of ExportSheet in io.vertigo.quarto.exporter.model
Methods in io.vertigo.quarto.exporter.model that return ExportSheetMethods in io.vertigo.quarto.exporter.model that return types with arguments of type ExportSheetModifier and TypeMethodDescriptionExport.sheets()Returns the value of thesheetsrecord component.Constructor parameters in io.vertigo.quarto.exporter.model with type arguments of type ExportSheetModifierConstructorDescriptionExport(ExportFormat format, String fileName, String title, String author, Export.Orientation orientation, List<ExportSheet> sheets) Creates an instance of aExportrecord class.