enum class fwt::RichTextUnderline
sys::Obj sys::Enum fwt::RichTextUnderline
@Js@Serializable { simple=true }
Defines how to paint the underline of a RichText segment.
- fromStr
-
static new fromStr(Str name, Bool checked := true)Return the RichTextUnderline instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- none
-
const static RichTextUnderline none := ... - single
-
const static RichTextUnderline single := ... - squiggle
-
const static RichTextUnderline squiggle := ... - vals
-
const static RichTextUnderline[] vals := ...List of RichTextUnderline values indexed by ordinal