PoDoFo 0.9.20
|
#include <PdfPushButton.h>
Public Member Functions | |
void | SetRolloverCaption (nullable< const PdfString & > text) |
nullable< const PdfString & > | GetRolloverCaption () const |
void | SetAlternateCaption (nullable< const PdfString & > text) |
nullable< const PdfString & > | GetAlternateCaption () const |
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 |