PageNumberStyle
public enum PageNumberStyle : UInt32
Determines a page labeling style of the document.
-
Arabic numerals (1 2 3 4).
Declaration
Swift
case decimal = 0 -
Uppercase roman numerals (I II III IV).
Declaration
Swift
case upperRoman -
Lowercase roman numerals (i ii iii iv).
Declaration
Swift
case lowerRoman -
Uppercase letters (A B C D).
Declaration
Swift
case upperLetters -
Lowercase letters (a b c d).
Declaration
Swift
case lowerLetters
View on GitHub
PageNumberStyle Enumeration Reference