logo

const final enum

fandoc::OrderedListStyle

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

OrderedListStyle

Slots

fromFirstChar

static OrderedListStyle fromFirstChar(Int ch)

fromStr

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.

htmlType

Str htmlType()

lowerAlpha

static OrderedListStyle lowerAlpha

lowerRoman

static OrderedListStyle lowerRoman

number

static OrderedListStyle number

upperAlpha

static OrderedListStyle upperAlpha

upperRoman

static OrderedListStyle upperRoman

values

static OrderedListStyle[] values

List of OrderedListStyle values indexed by ordinal