enum class fwt::RichTextUnderline

sys::Obj
  sys::Enum
    fwt::RichTextUnderline

@Js
@Serializable { simple=true }

Source

Defines how to paint the underline of a RichText segment.

fromStr

static new fromStr(Str name, Bool checked := true)

Source

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 := ...

Source

single

const static RichTextUnderline single := ...

Source

squiggle

const static RichTextUnderline squiggle := ...

Source

vals

const static RichTextUnderline[] vals := ...

Source

List of RichTextUnderline values indexed by ordinal