|
Poppler Qt4 0.18.1
|
Text highlight annotation. More...
#include <poppler-annotation.h>


Classes | |
| struct | Quad |
| Structure corresponding to a QuadPoints array. More... | |
Public Types | |
| enum | HighlightType { Highlight, Squiggly, Underline, StrikeOut } |
Public Member Functions | |
| HighlightAnnotation (const QDomNode &node) | |
| QList< Quad > | highlightQuads () const |
| HighlightType | highlightType () const |
| void | setHighlightQuads (const QList< Quad > &quads) |
| void | setHighlightType (HighlightType type) |
| virtual void | store (QDomNode &parentNode, QDomDocument &document) const |
| virtual SubType | subType () const |
Text highlight annotation.
The higlight annotation represents some areas of text being "highlighted".
1.7.4