RomanNumberingSymbol
A numbering strategy that counts items as Roman numerals: 0, I, II, III, ...
Parameters
case
whether the letters should be uppercase or lowercase
Properties
Link copied to clipboard
Link copied to clipboard
The range of values that this symbol can map to. If a value is outside this range, it cannot be mapped and an alternative strategy should be used. In the default NumberingFormat.format implementation, out-of-range values are simply mapped to their decimal representation. E.g. AlphaNumberingSymbol can map values from 1-26 as A
-Z
. Value 0
is formatted as 0
.