|
pdfmm 0.9.20
|
#include <PdfPushButton.h>
Inherits mm::PdfButton.
Public Member Functions | |
| void | SetRolloverCaption (const PdfString &text) |
| nullable< PdfString > | GetRolloverCaption () const |
| void | SetAlternateCaption (const PdfString &text) |
| nullable< PdfString > | GetAlternateCaption () const |
A push button is a button which has no state and value but can toggle actions.
| void PdfPushButton::SetAlternateCaption | ( | const PdfString & | text | ) |
Set the alternate caption of this button which is displayed when the button is pressed.
| text | the caption |
| void PdfPushButton::SetRolloverCaption | ( | 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
| text | the caption |