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