#include <PdfField.h>
Public Member Functions | |
PdfListBox (PdfAnnotation *pWidget, PdfAcroForm *pParent) | |
PdfListBox (PdfPage *pPage, const PdfRect &rRect, PdfAcroForm *pParent) | |
PdfListBox (PdfPage *pPage, const PdfRect &rRect, PdfDocument *pDoc) | |
PdfListBox (PdfPage *pPage, const PdfRect &rRect, PdfStreamedDocument *pDoc) | |
PdfListBox (const PdfField &rhs) |
PoDoFo::PdfListBox::PdfListBox | ( | PdfAnnotation * | pWidget, | |
PdfAcroForm * | pParent | |||
) |
Create a new PdfTextField
Create a new PdfTextField
PoDoFo::PdfListBox::PdfListBox | ( | PdfPage * | pPage, | |
const PdfRect & | rRect, | |||
PdfDocument * | pDoc | |||
) |
Create a new PdfTextField
PoDoFo::PdfListBox::PdfListBox | ( | PdfPage * | pPage, | |
const PdfRect & | rRect, | |||
PdfStreamedDocument * | pDoc | |||
) |
Create a new PdfTextField
PoDoFo::PdfListBox::PdfListBox | ( | const PdfField & | rhs | ) |
Create a PdfListBox from a PdfField
rhs | a PdfField that is a PdfComboBox |