Fan

 

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 := OrderedListStyle.make(2, "lowerAlpha")

lowerRomanSource

static OrderedListStyle lowerRoman := OrderedListStyle.make(4, "lowerRoman")

numberSource

static OrderedListStyle number := OrderedListStyle.make(0, "number")

upperAlphaSource

static OrderedListStyle upperAlpha := OrderedListStyle.make(1, "upperAlpha")

upperRomanSource

static OrderedListStyle upperRoman := OrderedListStyle.make(3, "upperRoman")

valuesSource

static OrderedListStyle[] values := ...

List of OrderedListStyle values indexed by ordinal