Uses of Class
com.uc4.communication.FontSettings.Style
-
Packages that use FontSettings.Style Package Description com.uc4.communication -
-
Uses of FontSettings.Style in com.uc4.communication
Methods in com.uc4.communication that return FontSettings.Style Modifier and Type Method Description FontSettings.Style
FontSettings. getScriptFontStyle()
Returns the font style used in scripts, reports and activation logs.static FontSettings.Style
FontSettings.Style. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FontSettings.Style[]
FontSettings.Style. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uc4.communication with parameters of type FontSettings.Style Modifier and Type Method Description void
FontSettings. setScriptFontStyle(FontSettings.Style style)
Sets the font style used in scripts, reports and activation logs.
-