#include <PdfField.h>
Inheritance diagram for PoDoFo::PdfListField:
Public Member Functions | |
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 |
Protected Member Functions | |
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) |
|
Create a new PdfTextField |
|
Create a new PdfTextField |
|
Create a new PdfTextField |
|
Create a new PdfTextField |
|
Create a PdfListField from a PdfField
|
|
|
|
|
|
|
|
Sets the currently selected item
|
|
Inserts a new item into the list
|
|
|
|
|
|
|
|
|
|
Removes an item for the list
|
|
Sets wether multiple items can be selected by the user in the list.
|
|
Sets the currently selected item
|
|
Enable or disable sorting of items. The sorting does not happen in acrobat reader but whenever adding items using PoDoFo or another PDF editing application.
|
|
Enable/disable spellchecking for this combobox
|