Fantom

 

const final enum

fandoc::OrderedListStyle

sys::Obj
  sys::Enum
    fandoc::OrderedListStyle

@Serializable { simple=true collection=false }

Slots

fromFirstCharSource

static OrderedListStyle fromFirstChar(Int ch)

fromStrSource

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

Return the OrderedListStyle instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

htmlTypeSource

Str htmlType()

lowerAlphaSource

const static OrderedListStyle lowerAlpha

lowerRomanSource

const static OrderedListStyle lowerRoman

numberSource

const static OrderedListStyle number

upperAlphaSource

const static OrderedListStyle upperAlpha

upperRomanSource

const static OrderedListStyle upperRoman

valsSource

const static OrderedListStyle[] vals := ...

List of OrderedListStyle values indexed by ordinal