Enumerators
Function
string
Alpha
(
int
index
)
a, b, c, ...
string
AlphaDot
(
int
index
)
a., b., c., ...
string
AlphaUpper
(
int
index
)
A, B, C, ...
string
AlphaUpperDot
(
int
index
)
A., B., C., ...
string
Cardinal
(
int
index
)
three, ...
string
Number
(
int
index
)
1, 2, 3, ...
string
NumberBrace
(
int
index
)
1}, 2}, 3}, ...
string
NumberBraces
(
int
index
)
{1}, {2}, {3}, ...
string
NumberBracket
(
int
index
)
1], 2], 3], ...
string
NumberBrackets
(
int
index
)
[1], [2], [3], ...
string
NumberDot
(
int
index
)
1., 2., 3., ...
string
NumberParen
(
int
index
)
1), 2), 3), ...
string
NumberParens
(
int
index
)
(1), (2), (3), ...
string
Ordinal
(
int
index
)
third, ...
string
Roman
(
int
index
)
i, ii, iii, ...
string
RomanDot
(
int
index
)
i., ii., iii., ...
string
RomanParen
(
int
index
)
i), ii), iii), ...
string
RomanParens
(
int
index
)
(i), (ii), (iii), ...
string
RomanUpper
(
int
index
)
I, II, III, ...
string
RomanUpperDot
(
int
index
)
I., II., III., ...
string
RomanUpperParen
(
int
index
)
I), II), III), ...
string
RomanUpperParens
(
int
index
)
(I), (II), (III), ...