enum class fandoc::OrderedListStyle

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

@Js
@Serializable { simple=true }

Source

OrderedListStyle

fromFirstChar

static OrderedListStyle fromFirstChar(Int ch)

Source

fromStr

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

Source

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()

Source

lowerAlpha

const static OrderedListStyle lowerAlpha := ...

Source

lowerRoman

const static OrderedListStyle lowerRoman := ...

Source

number

const static OrderedListStyle number := ...

Source

upperAlpha

const static OrderedListStyle upperAlpha := ...

Source

upperRoman

const static OrderedListStyle upperRoman := ...

Source

vals

const static OrderedListStyle[] vals := ...

Source

List of OrderedListStyle values indexed by ordinal