mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Tool for gathering info about document
This commit is contained in:
@ -394,6 +394,10 @@ public:
|
||||
PageClosed,
|
||||
PageShow,
|
||||
PageHide,
|
||||
FormFieldModified,
|
||||
FormFieldFormatted,
|
||||
FormFieldValidated,
|
||||
FormFieldCalculated,
|
||||
Default,
|
||||
End
|
||||
};
|
||||
@ -405,6 +409,9 @@ public:
|
||||
/// \param action Action type
|
||||
const PDFAction* getAction(Action action) const { return m_actions.at(action).get(); }
|
||||
|
||||
/// Returns array with all actions
|
||||
const std::array<PDFActionPtr, End>& getActions() const { return m_actions; }
|
||||
|
||||
/// Parses annotation additional actions from the object. If object is invalid, then
|
||||
/// empty additional actions is constructed.
|
||||
/// \param storage Object storage
|
||||
|
Reference in New Issue
Block a user