#include <PdfField.h>
Public Member Functions | |
PdfCheckBox (PdfAnnotation *pWidget, PdfAcroForm *pParent) | |
PdfCheckBox (PdfPage *pPage, const PdfRect &rRect, PdfAcroForm *pParent) | |
PdfCheckBox (PdfPage *pPage, const PdfRect &rRect, PdfDocument *pDoc) | |
PdfCheckBox (PdfPage *pPage, const PdfRect &rRect, PdfStreamedDocument *pDoc) | |
PdfCheckBox (const PdfField &rhs) | |
void | SetAppearanceChecked (const PdfXObject &rXObject) |
void | SetAppearanceUnchecked (const PdfXObject &rXObject) |
void | SetChecked (bool bChecked) |
bool | IsChecked () const |
|
Create a new PdfCheckBox |
|
Create a new PdfCheckBox |
|
Create a new PdfCheckBox |
|
Create a new PdfCheckBox |
|
Create a PdfCheckBox from a PdfField
|
|
|
|
Set the appearance stream which is displayed when the checkbox is checked.
|
|
Set the appearance stream which is displayed when the checkbox is unchecked.
|
|
Sets the state of this checkbox
|