Helper class for (recursive) Annotation retrieval/storage. More...
#include <poppler-annotation.h>
Static Public Member Functions | |
| static Annotation * | createAnnotation (const QDomElement &annElement) |
| static QDomElement | findChildElement (const QDomNode &parentNode, const QString &name) |
| static void | storeAnnotation (const Annotation *ann, QDomElement &annElement, QDomDocument &document) |
Helper class for (recursive) Annotation retrieval/storage.
| static Annotation* Poppler::AnnotationUtils::createAnnotation | ( | const QDomElement & | annElement | ) | [static] |
Restore an Annotation (with revisions if needed) from the DOM element annElement.
1.6.1