class

OrderedListStyle

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

OrderedListStyle

constructors fromStr

Return the OrderedListStyle instance for the specified name

fields number

upperRoman

lowerAlpha

lowerRoman

upperAlpha

vals

List of OrderedListStyle values indexed by ordinal

methods htmlType

fromFirstChar

fromFirstChar static OrderedListStyle fromFirstChar(Int ch)

fromStr static new fromStr(Str name, Bool checked)

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

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST