wxPdfDocument 0.9.2
Public Member Functions
wxPdfTextField Class Reference

Class representing text form fields (For internal use only) More...

#include <pdfform.h>

Inheritance diagram for wxPdfTextField:
wxPdfAnnotationWidget wxPdfAnnotationObject wxPdfIndirectObject

List of all members.

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.

Detailed Description

Class representing text form fields (For internal use only)


Constructor & Destructor Documentation

wxPdfTextField::wxPdfTextField ( int  objectId,
int  fontindex,
double  fontsize,
const wxString &  value,
int  generation_id = 0 
)

Constructor.

virtual wxPdfTextField::~wxPdfTextField ( ) [virtual]

Destructor.


Member Function Documentation

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.


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