Uses of Class
io.vertigo.quarto.exporter.model.Export.Orientation
-
Packages that use Export.Orientation Package Description io.vertigo.quarto.exporter.model -
-
Uses of Export.Orientation in io.vertigo.quarto.exporter.model
Methods in io.vertigo.quarto.exporter.model that return Export.Orientation Modifier and Type Method Description Export.Orientation
Export. getOrientation()
static Export.Orientation
Export.Orientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Export.Orientation[]
Export.Orientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertigo.quarto.exporter.model with parameters of type Export.Orientation Modifier and Type Method Description ExportBuilder
ExportBuilder. withOrientation(Export.Orientation orientation)
-