Set page boxes

This commit is contained in:
Jakub Melka
2020-11-10 19:31:33 +01:00
parent 8167065be5
commit 1382ead109
6 changed files with 484 additions and 27 deletions

View File

@ -24,6 +24,7 @@ public:
explicit PDFExamplesGenerator() = delete;
static void generateAnnotationsExample();
static void generatePageBoxesExample();
};
#endif // PDFEXAMPLESGENERATOR_H