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