Enum PageLabelNumberingStyle
Page label numbering style constants for
public enum PageLabelNumberingStyle
Fields
DECIMAL_ARABIC_NUMERALS = 0
1, 2, 3, 4...
LOWERCASE_LETTERS = 4
a, b, c, d...
LOWERCASE_ROMAN_NUMERALS = 2
i, ii, iii, iv...
UPPERCASE_LETTERS = 3
A, B, C, D...
UPPERCASE_ROMAN_NUMERALS = 1
I, II, III, IV...