enum Hpdf::PageNumStyle
Overview
used in Doc#add_page_label.
Defined in:
hpdf/enum.crEnum Members
-
Decimal =
0 -
Page label is displayed by Arabic numerals.
-
UpperRoman =
1 -
Page label is displayed by Uppercase roman numerals.
-
LowerRoman =
2 -
Page label is displayed by Lowercase roman numerals.
-
UpperLetters =
3 -
Page label is displayed by Uppercase letters (using A to Z).
-
LowerLetters =
4 -
Page label is displayed by Lowercase letters (using a to z).