Uses of Enum Class
com.uc4.communication.FontSettings.Style
Packages that use FontSettings.Style
-
Uses of FontSettings.Style in com.uc4.communication
Methods in com.uc4.communication that return FontSettings.StyleModifier and TypeMethodDescriptionFontSettings.getScriptFontStyle()Returns the font style used in scripts, reports and activation logs.static FontSettings.StyleReturns the enum constant of this class with the specified name.static FontSettings.Style[]FontSettings.Style.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.uc4.communication with parameters of type FontSettings.StyleModifier and TypeMethodDescriptionvoidFontSettings.setScriptFontStyle(FontSettings.Style style) Sets the font style used in scripts, reports and activation logs.