Uses of Class
org.uberfire.ext.editor.commons.client.file.exports.jso.JsPdfSettings
-
Packages that use JsPdfSettings Package Description org.uberfire.ext.editor.commons.client.file.exports.jso -
-
Uses of JsPdfSettings in org.uberfire.ext.editor.commons.client.file.exports.jso
Methods in org.uberfire.ext.editor.commons.client.file.exports.jso that return JsPdfSettings Modifier and Type Method Description static JsPdfSettingsJsPdfSettings. create(String orientation, String unit, String format)Factory method for the jsPdf' settings.Methods in org.uberfire.ext.editor.commons.client.file.exports.jso with parameters of type JsPdfSettings Modifier and Type Method Description static JsPdfJsPdf. create(JsPdfSettings settings)Factory method for JsPdf.Constructors in org.uberfire.ext.editor.commons.client.file.exports.jso with parameters of type JsPdfSettings Constructor Description JsPdf(JsPdfSettings settings)
-