Fantom

 

const final enum

fwt::RichTextUnderline

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

@Js
@Serializable { simple=true collection=false }

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

const static RichTextUnderline none

singleSource

const static RichTextUnderline single

squiggleSource

const static RichTextUnderline squiggle

valsSource

const static RichTextUnderline[] vals := ...

List of RichTextUnderline values indexed by ordinal