PTPageLabelStyle
enum PTPageLabelStyle
{
/// Decimal Arabic numerals
e_ptdecimal,
/// Uppercase Roman numerals
e_ptroman_uppercase,
/// Lowercase Roman numerals
e_ptroman_lowercase,
/// Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on)
e_ptalphabetic_uppercase,
/// Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on)
e_ptalphabetic_lowercase,
/// No numeric portion in the label
e_ptpg_none
}
Undocumented
-
Decimal Arabic numerals
Declaration
Objective-C
e_ptdecimal
-
Uppercase Roman numerals
Declaration
Objective-C
e_ptroman_uppercase
-
Lowercase Roman numerals
Declaration
Objective-C
e_ptroman_lowercase
-
Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on)
Declaration
Objective-C
e_ptalphabetic_uppercase
-
Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on)
Declaration
Objective-C
e_ptalphabetic_lowercase
-
No numeric portion in the label
Declaration
Objective-C
e_ptpg_none