Uses of Class
org.uberfire.ext.editor.commons.file.exports.PdfExportPreferences.Orientation
-
Packages that use PdfExportPreferences.Orientation Package Description org.uberfire.ext.editor.commons.file.exports -
-
Uses of PdfExportPreferences.Orientation in org.uberfire.ext.editor.commons.file.exports
Methods in org.uberfire.ext.editor.commons.file.exports that return PdfExportPreferences.Orientation Modifier and Type Method Description PdfExportPreferences.OrientationPdfExportPreferences. getOrientation()static PdfExportPreferences.OrientationPdfExportPreferences.Orientation. valueOf(String name)Returns the enum constant of this type with the specified name.static PdfExportPreferences.Orientation[]PdfExportPreferences.Orientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.ext.editor.commons.file.exports with parameters of type PdfExportPreferences.Orientation Modifier and Type Method Description static PdfExportPreferencesPdfExportPreferences. create(PdfExportPreferences.Orientation orientation, PdfExportPreferences.Unit unit, PdfExportPreferences.Format format)voidPdfExportPreferences. setOrientation(PdfExportPreferences.Orientation orientation)
-