#include <PdfField.h>
Public Member Functions | |
PdfTextField (PdfAnnotation *pWidget, PdfAcroForm *pParent) | |
PdfTextField (PdfPage *pPage, const PdfRect &rRect, PdfAcroForm *pParent) | |
PdfTextField (PdfPage *pPage, const PdfRect &rRect, PdfDocument *pDoc) | |
PdfTextField (PdfPage *pPage, const PdfRect &rRect, PdfStreamedDocument *pDoc) | |
PdfTextField (const PdfField &rhs) | |
void | SetText (const PdfString &rsText) |
PdfString | GetText () const |
void | SetMaxLen (pdf_long nMaxLen) |
pdf_long | GetMaxLen () const |
void | SetMultiLine (bool bMultiLine) |
bool | IsMultiLine () const |
void | SetPasswordField (bool bPassword) |
bool | IsPasswordField () const |
void | SetFileField (bool bFile) |
bool | IsFileField () const |
void | SetSpellcheckingEnabled (bool bSpellcheck) |
bool | IsSpellcheckingEnabled () const |
void | SetScrollBarsEnabled (bool bScroll) |
bool | IsScrollBarsEnabled () const |
void | SetCombs (bool bCombs) |
bool | IsCombs () const |
void | SetRichText (bool bRichText) |
bool | IsRichText () const |
Users can enter text into a text field. Single and multi line text is possible, as well as richtext. The text can be interpreted as path to a file which is going to be submitted.
|
Create a new PdfTextField |
|
Create a new PdfTextField |
|
Create a new PdfTextField |
|
Create a new PdfTextField |
|
Create a PdfTextField from a PdfField
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Divide the text field into max-len equal combs.
|
|
Create a file selection field. The entered contents are treated as filename to a file whose contents are submitted as the value of the field.
|
|
Sets the max length in characters of this textfield
|
|
Create a multi-line text field that can contains multiple lines of text.
|
|
Create a password text field that should not echo entered characters visibly to the screen.
|
|
Creates a richtext field.
|
|
Enable/disable scrollbars for this text field
|
|
Enable/disable spellchecking for this text field
|
|
Sets the text contents of this text field.
|