mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Generating code
This commit is contained in:
@ -84,6 +84,11 @@ public:
|
||||
/// \returns Reference to new object
|
||||
PDFObjectReference addObject(PDFObject object);
|
||||
|
||||
/// Sets object to object storage. Reference must exist.
|
||||
/// \param reference Reference to object
|
||||
/// \param object New value of object
|
||||
void setObject(PDFObjectReference reference, PDFObject object);
|
||||
|
||||
private:
|
||||
PDFObjects m_objects;
|
||||
PDFObject m_trailerDictionary;
|
||||
|
Reference in New Issue
Block a user