Poppler Qt4 0.18.1
Public Types | Public Member Functions
Poppler::FormField Class Reference

The base class representing a form field. More...

#include <poppler-form.h>

Inheritance diagram for Poppler::FormField:
Inheritance graph
[legend]

List of all members.

Public Types

enum  FormType { FormButton, FormText, FormChoice, FormSignature }

Public Member Functions

LinkactivationAction () const
QString fullyQualifiedName () const
int id () const
bool isReadOnly () const
bool isVisible () const
QString name () const
QRectF rect () const
virtual FormType type () const =0
QString uiName () const

Detailed Description

The base class representing a form field.

Since:
0.6

Member Enumeration Documentation

The different types of form field.

Enumerator:
FormButton 

A button field. See ButtonType.

FormText 

A text field. See TextType.

FormChoice 

A single choice field. See ChoiceType.

FormSignature 

A signature field.


Member Function Documentation

Link* Poppler::FormField::activationAction ( ) const

The activation action of this form field.

Note:
It may be null.
QString Poppler::FormField::fullyQualifiedName ( ) const

The internal fully qualified name of the field.

Since:
0.18
QRectF Poppler::FormField::rect ( ) const
Returns:
The size of the field, in normalized coordinates, i.e. [0..1] with regard to the dimensions (cropbox) of the page

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