mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
DocPage Organizer: create document manipulator
This commit is contained in:
@ -305,6 +305,10 @@ public:
|
||||
/// is edited at call of this function, then it is lost.
|
||||
void createDocument();
|
||||
|
||||
/// Sets a document to this builder. If some document
|
||||
/// is edited at call of this function, then it is lost.
|
||||
void setDocument(const PDFDocument* document);
|
||||
|
||||
/// Builds a new document. This function can throw exceptions,
|
||||
/// if document being built was invalid.
|
||||
PDFDocument build();
|
||||
|
Reference in New Issue
Block a user