Poppler Qt4 0.18.1
Classes | Public Types | Public Member Functions
Poppler::HighlightAnnotation Class Reference

Text highlight annotation. More...

#include <poppler-annotation.h>

Inheritance diagram for Poppler::HighlightAnnotation:
Inheritance graph
[legend]
Collaboration diagram for Poppler::HighlightAnnotation:
Collaboration graph
[legend]

List of all members.

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< QuadhighlightQuads () 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

Detailed Description

Text highlight annotation.

The higlight annotation represents some areas of text being "highlighted".


Member Enumeration Documentation

The type of highlight.

Enumerator:
Highlight 

highlighter pen style annotation

Squiggly 

jagged or squiggly underline

Underline 

straight line underline

StrikeOut 

straight line through-line


The documentation for this class was generated from the following file: