Annotation containing text. More...
#include <poppler-annotation.h>


Public Types | |
| enum | InplaceIntent { Unknown, Callout, TypeWriter } |
| enum | TextType { Linked, InPlace } |
Public Member Functions | |
| QPointF | calloutPoint (int id) const |
| int | inplaceAlign () const |
| InplaceIntent | inplaceIntent () const |
| QString | inplaceText () const |
| void | setCalloutPoint (int id, const QPointF &point) |
| void | setInplaceAlign (int align) |
| void | setInplaceIntent (InplaceIntent intent) |
| void | setInplaceText (const QString &text) |
| void | setTextFont (const QFont &font) |
| void | setTextIcon (const QString &icon) |
| void | setTextType (TextType type) |
| virtual void | store (QDomNode &parentNode, QDomDocument &document) const |
| virtual SubType | subType () const |
| TextAnnotation (const QDomNode &node) | |
| QFont | textFont () const |
| QString | textIcon () const |
| TextType | textType () const |
Annotation containing text.
A text annotation is an object showing some text directly on the page, or linked to the contents using an icon shown on a page.
| void Poppler::TextAnnotation::setTextIcon | ( | const QString & | icon | ) |
Set the name of the icon to use for this text annotation.
| QString Poppler::TextAnnotation::textIcon | ( | ) | const |
The name of the icon for this text annotation.
Standard names for text annotation icons are:
1.6.1