Removing simple objects

This commit is contained in:
Jakub Melka
2020-05-31 19:55:24 +02:00
parent 680252b634
commit db4980d245
2 changed files with 146 additions and 0 deletions

View File

@ -94,6 +94,9 @@ public:
/// Returns array of objects stored in this storage
const PDFObjects& getObjects() const { return m_objects; }
/// Returns array of objects stored in this storage
PDFObjects& getObjects() { return m_objects; }
/// Returns trailer dictionary
const PDFObject& getTrailerDictionary() const { return m_trailerDictionary; }