Uses of Enum Class
codedraw.Underline
-
Uses of Underline in codedraw
Modifier and TypeMethodDescriptionTextFormat.getUnderline()Defines the underline styling of the drawn text.static UnderlineReturns the enum constant of this class with the specified name.static Underline[]Underline.values()Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTextFormat.setUnderlined(Underline underline) Defines the underline styling of the drawn text.