Finishing of outline, zoom actions

This commit is contained in:
Jakub Melka
2019-12-01 13:02:25 +01:00
parent 5954b7f409
commit 939a011ca6
14 changed files with 786 additions and 11 deletions

View File

@@ -86,7 +86,7 @@ public:
PDFInteger getPageIndex() const { return m_pageIndex; }
/// Parses the destination from the object. If object contains invalid destination,
/// then exception is thrown. If object is empty, empty destination is returned.
/// then empty destination is returned. If object is empty, empty destination is returned.
/// \param document Document
/// \param object Destination object
static PDFDestination parse(const PDFDocument* document, PDFObject object);