#include <pdfform.h>
Inheritance diagram for wxPdfTextField:

Public Member Functions | |
| wxPdfTextField (int objectId, int fontindex, double fontsize, const wxString &value, int generation_id=0) | |
| Constructor. | |
| virtual | ~wxPdfTextField () |
| Destructor. | |
| void | SetValue (const wxString &value) |
| Set default value of the text field. | |
| wxString | GetValue () |
| Get default value of the text field. | |
| void | SetMultiLine (bool multiline) |
| Set multi line property of the text field. | |
| bool | GetMultiLine () |
| Get multi line property of the text field. | |
| int | GetFontIndex () |
| Get object index of font used for displaying the value list. | |
| double | GetFontSize () |
| Get size of font used for displaying the value list. | |
| wxPdfTextField::wxPdfTextField | ( | int | objectId, | |
| int | fontindex, | |||
| double | fontsize, | |||
| const wxString & | value, | |||
| int | generation_id = 0 | |||
| ) |
Constructor.
| wxPdfTextField::~wxPdfTextField | ( | ) | [virtual] |
Destructor.
| void wxPdfTextField::SetValue | ( | const wxString & | value | ) | [inline] |
Set default value of the text field.
| wxString wxPdfTextField::GetValue | ( | ) | [inline] |
Get default value of the text field.
| void wxPdfTextField::SetMultiLine | ( | bool | multiline | ) | [inline] |
Set multi line property of the text field.
| bool wxPdfTextField::GetMultiLine | ( | ) | [inline] |
Get multi line property of the text field.
| int wxPdfTextField::GetFontIndex | ( | ) | [inline] |
Get object index of font used for displaying the value list.
| double wxPdfTextField::GetFontSize | ( | ) | [inline] |
Get size of font used for displaying the value list.
1.5.1-p1