|
PoDoFo 1.1.0
|
A push button is a button which has no state and value but can toggle actions. More...
#include <PdfPushButton.h>
Inherits PoDoFo::PdfButton.
Public Member Functions | |
| void | SetRolloverCaption (nullable< const PdfString & > text) |
| Set the rollover caption of this button which is displayed when the cursor enters the field without the mouse button being pressed. | |
| nullable< const PdfString & > | GetRolloverCaption () const |
| void | SetAlternateCaption (nullable< const PdfString & > text) |
| Set the alternate caption of this button which is displayed when the button is pressed. | |
| nullable< const PdfString & > | GetAlternateCaption () const |
| PdfPushButton * | GetParent () |
| const PdfPushButton * | GetParent () const |
Friends | |
| class | PdfField |
A push button is a button which has no state and value but can toggle actions.
Set the alternate caption of this button which is displayed when the button is pressed.
| text | the caption |
Set the rollover caption of this button which is displayed when the cursor enters the field without the mouse button being pressed.
| text | the caption |