Uses of Class
com.boldsign.model.Font.NameEnum
-
Packages that use Font.NameEnum Package Description com.boldsign.model -
-
Uses of Font.NameEnum in com.boldsign.model
Methods in com.boldsign.model that return Font.NameEnum Modifier and Type Method Description static Font.NameEnumFont.NameEnum. fromValue(String value)Font.NameEnumFont. getName()Get nameFont.NameEnumFont.NameEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Font.NameEnumFont.NameEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Font.NameEnum[]Font.NameEnum. 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.NameEnum Modifier and Type Method Description FontFont. name(Font.NameEnum name)voidFont. setName(Font.NameEnum name)voidFont.NameEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Font.NameEnum enumeration)
-