XFA: form pagination

This commit is contained in:
Jakub Melka
2021-12-12 20:10:48 +01:00
parent 38bc1f40fc
commit ecd04a8668
7 changed files with 109 additions and 2 deletions

View File

@ -504,6 +504,7 @@ public:
Annotation = 0x0002, ///< Annotations changed
FormField = 0x0004, ///< Form field content changed
Authorization = 0x0008, ///< Authorization has changed (for example, old document is granted user access, but for new, owner access)
XFA_Pagination = 0x0010, ///< XFA pagination has been performed (this flag can be set only when Reset flag has been set and not any other flag)
};
Q_DECLARE_FLAGS(ModificationFlags, ModificationFlag)