Fan

 

const final enum

fwt::RichTextUnderline

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

Defines how to paint the underline of a RichText segment.

Slots

fromStrSource

static RichTextUnderline? 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.

noneSource

static RichTextUnderline none

singleSource

static RichTextUnderline single

squiggleSource

static RichTextUnderline squiggle

valuesSource

static RichTextUnderline[] values

List of RichTextUnderline values indexed by ordinal