logo

const final enum

fandoc::OrderedListStyle

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

Slots

fromFirstChar

static OrderedListStyle fromFirstChar(Int ch)

Source

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.

Source

htmlType

Str htmlType()

Source

lowerAlpha

static OrderedListStyle lowerAlpha

Source

lowerRoman

static OrderedListStyle lowerRoman

Source

number

static OrderedListStyle number

Source

upperAlpha

static OrderedListStyle upperAlpha

Source

upperRoman

static OrderedListStyle upperRoman

Source

values

static OrderedListStyle[] values

List of OrderedListStyle values indexed by ordinal

Source