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.SchemeValueFont.DEFAULT_FONT_SCHEMEDefault font schemeMethods in ch.rabanti.nanoxlsx4j.styles that return Font.SchemeValueModifier and TypeMethodDescriptionFont.getScheme()Gets the font scheme (Default is minor)static Font.SchemeValueReturns 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 TypeMethodDescriptionvoidFont.setScheme(Font.SchemeValue scheme) Sets the Font scheme (Default is minor)