#include <PdfField.h>
Public Member Functions | |
PdfPushButton (PdfAnnotation *pWidget, PdfAcroForm *pParent) | |
PdfPushButton (PdfPage *pPage, const PdfRect &rRect, PdfAcroForm *pParent) | |
PdfPushButton (PdfPage *pPage, const PdfRect &rRect, PdfDocument *pDoc) | |
PdfPushButton (PdfPage *pPage, const PdfRect &rRect, PdfStreamedDocument *pDoc) | |
PdfPushButton (const PdfField &rhs) | |
void | SetRolloverCaption (const PdfString &rsText) |
const PdfString | GetRolloverCaption () const |
void | SetAlternateCaption (const PdfString &rsText) |
const PdfString | GetAlternateCaption () const |
|
Create a new PdfPushButton |
|
Create a new PdfPushButton |
|
Create a new PdfPushButton |
|
Create a new PdfPushButton |
|
Create a PdfPushButton from a PdfField
|
|
|
|
|
|
Set the alternate caption of this button which is displayed when the button is pressed.
|
|
Set the rollover caption of this button which is displayed when the cursor enters the field without the mouse button being pressed
|