Hpdf::PageNumStyle
Inherits Enum / Comparable / Value / Object
used in Doc#add_page_label.
Constants
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).