A form field that represents a text input. More...
#include <poppler-form.h>


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 |
A form field that represents a text input.
| 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.
1.6.1