Vanilla.PDF  1.3.0
Cross-platform toolkit for creating and modifying PDF documents
Enumerations
c_page_labels.h File Reference

This file contains class definitions for PageLabelsHandle and PageLabelHandle. More...

#include "vanillapdf/c_export.h"
#include "vanillapdf/c_handles.h"
#include "vanillapdf/c_values.h"

Go to the source code of this file.

Enumerations

enum  NumberingStyle {
  NumberingStyle_Decimal = 0, NumberingStyle_UpperRoman, NumberingStyle_LowerRoman, NumberingStyle_UpperLetters,
  NumberingStyle_LowerLetters
}
 Numbering style types. More...
 

Detailed Description

This file contains class definitions for PageLabelsHandle and PageLabelHandle.

Enumeration Type Documentation

◆ NumberingStyle

Numbering style types.

Enumerator
NumberingStyle_Decimal 

Decimal arabic numerals.

NumberingStyle_UpperRoman 

Uppercase roman numerals.

NumberingStyle_LowerRoman 

Lowercase roman numerals.

NumberingStyle_UpperLetters 

Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on).

NumberingStyle_LowerLetters 

Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on).