type
OrderedListStyle
src
@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
src
static OrderedListStyle fromFirstChar(Int ch)
fromStr
htmlType
lowerAlpha
src
const static OrderedListStyle lowerAlpha := ...
lowerRoman
src
const static OrderedListStyle lowerRoman := ...
number
src
const static OrderedListStyle number := ...
upperAlpha
src
const static OrderedListStyle upperAlpha := ...
upperRoman
src
const static OrderedListStyle upperRoman := ...
vals
src
const static OrderedListStyle[] vals := ...
List of OrderedListStyle values indexed by ordinal