Uses of Class
ch.rabanti.picoxlsx4j.style.Font.SchemeValue
-
Packages that use Font.SchemeValue Package Description ch.rabanti.picoxlsx4j.style -
-
Uses of Font.SchemeValue in ch.rabanti.picoxlsx4j.style
Methods in ch.rabanti.picoxlsx4j.style that return Font.SchemeValue Modifier and Type Method Description Font.SchemeValue
Font. getScheme()
Gets the font scheme (Default is minor)static Font.SchemeValue
Font.SchemeValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static Font.SchemeValue[]
Font.SchemeValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.rabanti.picoxlsx4j.style with parameters of type Font.SchemeValue Modifier and Type Method Description void
Font. setScheme(Font.SchemeValue scheme)
Sets the Font scheme (Default is minor)
-