Uses of Enum Class
ch.rabanti.nanoxlsx4j.styles.Font.SchemeValue
Packages that use Font.SchemeValue
-
Uses of Font.SchemeValue in ch.rabanti.nanoxlsx4j.styles
Fields in ch.rabanti.nanoxlsx4j.styles declared as Font.SchemeValueModifier and TypeFieldDescriptionstatic final Font.SchemeValue
Font.DEFAULT_FONT_SCHEME
Default font schemeMethods in ch.rabanti.nanoxlsx4j.styles that return Font.SchemeValueModifier and TypeMethodDescriptionFont.getScheme()
Gets the font scheme (Default is minor)static Font.SchemeValue
Returns the enum constant of this class with the specified name.static Font.SchemeValue[]
Font.SchemeValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.rabanti.nanoxlsx4j.styles with parameters of type Font.SchemeValueModifier and TypeMethodDescriptionvoid
Font.setScheme
(Font.SchemeValue scheme) Sets the Font scheme (Default is minor)