|
PoDoFo
0.9.6
|
#include <PdfField.h>
Public Member Functions | |
| PdfComboBox (PdfAnnotation *pWidget, PdfAcroForm *pParent) | |
| PdfComboBox (PdfPage *pPage, const PdfRect &rRect, PdfAcroForm *pParent) | |
| PdfComboBox (PdfPage *pPage, const PdfRect &rRect, PdfDocument *pDoc) | |
| PdfComboBox (PdfPage *pPage, const PdfRect &rRect, PdfStreamedDocument *pDoc) | |
| PdfComboBox (const PdfField &rhs) | |
| void | SetEditable (bool bEdit) |
| bool | IsEditable () const |
Public Member Functions inherited from PoDoFo::PdfListField | |
| PdfListField (const PdfField &rhs) | |
| void | InsertItem (const PdfString &rsValue, const PdfString &rsDisplayName=PdfString::StringNull) |
| void | RemoveItem (int nIndex) |
| const PdfString | GetItem (int nIndex) const |
| const PdfString | GetItemDisplayText (int nIndex) const |
| size_t | GetItemCount () const |
| void | SetSelectedItem (int nIndex) |
| int | GetSelectedItem () const |
| bool | IsComboBox () const |
| void | SetSpellcheckingEnabled (bool bSpellcheck) |
| bool | IsSpellcheckingEnabled () const |
| void | SetSorted (bool bSorted) |
| bool | IsSorted () const |
| void | SetMultiSelect (bool bMulti) |
| bool | IsMultiSelect () const |
Additional Inherited Members | |
Protected Member Functions inherited from PoDoFo::PdfListField | |
| PdfListField (EPdfField eField, PdfAnnotation *pWidget, PdfAcroForm *pParent) | |
| PdfListField (EPdfField eField, PdfPage *pPage, const PdfRect &rRect, PdfAcroForm *pParent) | |
| PdfListField (EPdfField eField, PdfPage *pPage, const PdfRect &rRect, PdfDocument *pDoc) | |
| PdfListField (EPdfField eField, PdfPage *pPage, const PdfRect &rRect, PdfStreamedDocument *pDoc) | |
A combo box with a drop down list of items.
| PoDoFo::PdfComboBox::PdfComboBox | ( | PdfAnnotation * | pWidget, |
| PdfAcroForm * | pParent | ||
| ) |
Create a new PdfTextField
Create a new PdfTextField
| PoDoFo::PdfComboBox::PdfComboBox | ( | PdfPage * | pPage, |
| const PdfRect & | rRect, | ||
| PdfDocument * | pDoc | ||
| ) |
Create a new PdfTextField
| PoDoFo::PdfComboBox::PdfComboBox | ( | PdfPage * | pPage, |
| const PdfRect & | rRect, | ||
| PdfStreamedDocument * | pDoc | ||
| ) |
Create a new PdfTextField
| PoDoFo::PdfComboBox::PdfComboBox | ( | const PdfField & | rhs | ) |
Create a PdfComboBox from a PdfField
| rhs | a PdfField that is a PdfComboBox |
Raises an error if PdfField::GetType() != ePdfField_ComboBox
|
inline |
|
inline |
Sets the combobox to be editable
| bEdit | if true the combobox can be edited by the user |
By default a combobox is not editable