PoDoFo
1.0.0-dev
|
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. More... | |
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. More... | |
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 |