Uses of Enum Class
io.vertigo.quarto.exporter.model.Export.Orientation
Packages that use Export.Orientation
-
Uses of Export.Orientation in io.vertigo.quarto.exporter.model
Methods in io.vertigo.quarto.exporter.model that return Export.OrientationModifier and TypeMethodDescriptionExport.orientation()Returns the value of theorientationrecord component.static Export.OrientationReturns the enum constant of this class with the specified name.static Export.Orientation[]Export.Orientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.vertigo.quarto.exporter.model with parameters of type Export.OrientationConstructors in io.vertigo.quarto.exporter.model with parameters of type Export.OrientationModifierConstructorDescriptionExport(ExportFormat format, String fileName, String title, String author, Export.Orientation orientation, List<ExportSheet> sheets) Creates an instance of aExportrecord class.