Uses of Class
com.boldsign.model.Font.StyleEnum
-
Packages that use Font.StyleEnum Package Description com.boldsign.model -
-
Uses of Font.StyleEnum in com.boldsign.model
Methods in com.boldsign.model that return Font.StyleEnum Modifier and Type Method Description static Font.StyleEnumFont.StyleEnum. fromValue(String value)Font.StyleEnumFont. getStyle()Deprecated.Font.StyleEnumFont.StyleEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Font.StyleEnumFont.StyleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Font.StyleEnum[]Font.StyleEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.boldsign.model with parameters of type Font.StyleEnum Modifier and Type Method Description voidFont. setStyle(Font.StyleEnum style)Deprecated.FontFont. style(Font.StyleEnum style)Deprecated.voidFont.StyleEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Font.StyleEnum enumeration)
-