wxPdfComboBox Class Reference

Class representing combo box form field (For internal use only). More...

#include <pdfform.h>

Inheritance diagram for wxPdfComboBox:

wxPdfAnnotationWidget wxPdfAnnotationObject wxPdfIndirectObject List of all members.

Public Member Functions

 wxPdfComboBox (int objectId, int fontindex, double fontsize, int generationId=0)
 Constructor.
virtual ~wxPdfComboBox ()
 Destructor.
void SetValue (const wxArrayString &values)
 Set value list of combo box.
wxArrayString GetValue ()
 Get value list of combo box.
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 combo box form field (For internal use only).


Constructor & Destructor Documentation

wxPdfComboBox::wxPdfComboBox ( int  objectId,
int  fontindex,
double  fontsize,
int  generationId = 0 
)

Constructor.

wxPdfComboBox::~wxPdfComboBox (  )  [virtual]

Destructor.


Member Function Documentation

void wxPdfComboBox::SetValue ( const wxArrayString &  values  )  [inline]

Set value list of combo box.

wxArrayString wxPdfComboBox::GetValue (  )  [inline]

Get value list of combo box.

int wxPdfComboBox::GetFontIndex (  )  [inline]

Get object index of font used for displaying the value list.

double wxPdfComboBox::GetFontSize (  )  [inline]

Get size of font used for displaying the value list.


The documentation for this class was generated from the following files:
Generated on Fri Dec 15 21:30:37 2006 for wxPdfDocument by  doxygen 1.5.1-p1