aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/Constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Constants.h')
-rw-r--r--include/qpdf/Constants.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/qpdf/Constants.h b/include/qpdf/Constants.h
index 24f7dc3a..89152a91 100644
--- a/include/qpdf/Constants.h
+++ b/include/qpdf/Constants.h
@@ -232,4 +232,14 @@ enum pdf_annotation_flag_e {
/* Encryption/password status for QPDFJob */
enum qpdf_encryption_status_e { qpdf_es_encrypted = 1 << 0, qpdf_es_password_incorrect = 1 << 1 };
+/* Page label types */
+enum qpdf_page_label_e {
+ pl_none,
+ pl_digits,
+ pl_alpha_lower,
+ pl_alpha_upper,
+ pl_roman_lower,
+ pl_roman_upper,
+};
+
#endif /* QPDFCONSTANTS_H */