wxPdfDocument 0.9.2
|
Class representing text form fields (For internal use only) More...
#include <pdfform.h>
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. |
Class representing text form fields (For internal use only)
wxPdfTextField::wxPdfTextField | ( | int | objectId, |
int | fontindex, | ||
double | fontsize, | ||
const wxString & | value, | ||
int | generation_id = 0 |
||
) |
Constructor.
virtual wxPdfTextField::~wxPdfTextField | ( | ) | [virtual] |
Destructor.
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.
bool wxPdfTextField::GetMultiLine | ( | ) | [inline] |
Get multi line property 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.
void wxPdfTextField::SetValue | ( | const wxString & | value | ) | [inline] |
Set default value of the text field.