Class representing push button form field (For internal use only) More...
#include <pdfform.h>
Public Member Functions | |
| wxPdfPushButton (int objectId, int fontindex, double fontsize, int generationId=0) | |
| Constructor. | |
| virtual | ~wxPdfPushButton () |
| Destructor. | |
| void | SetCaption (const wxString &caption) |
| Set caption string of button. | |
| wxString | GetCaption () |
| Get caption string of button. | |
| void | SetAction (const wxString &action) |
| Set JavaScript action associated with the button. | |
| wxString | GetAction () |
| Get JavaScript action associated with the button. | |
| 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 push button form field (For internal use only)
| wxPdfPushButton::wxPdfPushButton | ( | int | objectId, |
| int | fontindex, | ||
| double | fontsize, | ||
| int | generationId = 0 |
||
| ) |
Constructor.
| virtual wxPdfPushButton::~wxPdfPushButton | ( | ) | [virtual] |
Destructor.
| wxString wxPdfPushButton::GetAction | ( | ) | [inline] |
Get JavaScript action associated with the button.
| wxString wxPdfPushButton::GetCaption | ( | ) | [inline] |
Get caption string of button.
| int wxPdfPushButton::GetFontIndex | ( | ) | [inline] |
Get object index of font used for displaying the value list.
| double wxPdfPushButton::GetFontSize | ( | ) | [inline] |
Get size of font used for displaying the value list.
| void wxPdfPushButton::SetAction | ( | const wxString & | action ) | [inline] |
Set JavaScript action associated with the button.
| void wxPdfPushButton::SetCaption | ( | const wxString & | caption ) | [inline] |
Set caption string of button.
1.7.2