Fantom

 

const final enum

fandoc::OrderedListStyle

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

@simple

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

static OrderedListStyle lowerAlpha

lowerRomanSource

static OrderedListStyle lowerRoman

numberSource

static OrderedListStyle number

upperAlphaSource

static OrderedListStyle upperAlpha

upperRomanSource

static OrderedListStyle upperRoman

valsSource

static OrderedListStyle[] vals := ...

List of OrderedListStyle values indexed by ordinal