Uses of Class
org.uberfire.ext.editor.commons.file.exports.PdfExportPreferences.Unit
-
Packages that use PdfExportPreferences.Unit Package Description org.uberfire.ext.editor.commons.file.exports -
-
Uses of PdfExportPreferences.Unit in org.uberfire.ext.editor.commons.file.exports
Methods in org.uberfire.ext.editor.commons.file.exports that return PdfExportPreferences.Unit Modifier and Type Method Description PdfExportPreferences.UnitPdfExportPreferences. getUnit()static PdfExportPreferences.UnitPdfExportPreferences.Unit. valueOf(String name)Returns the enum constant of this type with the specified name.static PdfExportPreferences.Unit[]PdfExportPreferences.Unit. 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.Unit Modifier and Type Method Description static PdfExportPreferencesPdfExportPreferences. create(PdfExportPreferences.Orientation orientation, PdfExportPreferences.Unit unit, PdfExportPreferences.Format format)voidPdfExportPreferences. setUnit(PdfExportPreferences.Unit unit)
-