type

OrderedListStyle

@Js
@Serializable { simple=true }
enum class OrderedListStyle : Enum

OrderedListStyle

enum

constructors

fromStr

Return the OrderedListStyle instance for the specified name.

fields

vals

List of OrderedListStyle values indexed by ordinal

methods

Slot Details

fromFirstChar

static OrderedListStyle fromFirstChar(Int ch)

fromStr

static new 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

const static OrderedListStyle lowerAlpha := ...

lowerRoman

const static OrderedListStyle lowerRoman := ...

number

const static OrderedListStyle number := ...

upperAlpha

const static OrderedListStyle upperAlpha := ...

upperRoman

const static OrderedListStyle upperRoman := ...

vals

const static OrderedListStyle[] vals := ...

List of OrderedListStyle values indexed by ordinal