wxPdfDocument 0.9.2
|
Class representing combo box form field (For internal use only) More...
#include <pdfform.h>
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. |
Class representing combo box form field (For internal use only)
wxPdfComboBox::wxPdfComboBox | ( | int | objectId, |
int | fontindex, | ||
double | fontsize, | ||
int | generationId = 0 |
||
) |
Constructor.
virtual wxPdfComboBox::~wxPdfComboBox | ( | ) | [virtual] |
Destructor.
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.
wxArrayString wxPdfComboBox::GetValue | ( | ) | [inline] |
Get value list of combo box.
void wxPdfComboBox::SetValue | ( | const wxArrayString & | values | ) | [inline] |
Set value list of combo box.