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

A form field that represents a text input. More...

#include <poppler-form.h>

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

List of all members.

Public Types

enum  TextType { Normal, Multiline, FileSelect }

Public Member Functions

bool canBeSpellChecked () const
bool isPassword () const
bool isRichText () const
int maximumLength () const
void setText (const QString &text)
QString text () const
Qt::Alignment textAlignment () const
TextType textType () const
virtual FormType type () const

Detailed Description

A form field that represents a text input.

Since:
0.6

Member Enumeration Documentation

The particular type of this text field.

Enumerator:
Normal 

A simple singleline text field.

Multiline 

A multiline text field.

FileSelect 

An input field to select the path of a file on disk.


Member Function Documentation

bool Poppler::FormFieldText::isPassword ( ) const

Whether this text field is a password input, eg its text must be replaced with asterisks.

Always false for FileSelect text fields.


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