|
PoDoFo
0.9.1
|
#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) | |
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 |
Public Member Functions inherited from PoDoFo::PdfField | |
| PdfField (PdfObject *pObject, PdfAnnotation *pWidget) | |
| PdfField (const PdfField &rhs) | |
| PdfPage * | GetPage () const |
| void | SetHighlightingMode (EPdfHighlightingMode eMode) |
| EPdfHighlightingMode | GetHighlightingMode () const |
| void | SetBorderColorTransparent () |
| void | SetBorderColor (double dGray) |
| void | SetBorderColor (double dRed, double dGreen, double dBlue) |
| void | SetBorderColor (double dCyan, double dMagenta, double dYellow, double dBlack) |
| void | SetBackgroundColorTransparent () |
| void | SetBackgroundColor (double dGray) |
| void | SetBackgroundColor (double dRed, double dGreen, double dBlue) |
| void | SetBackgroundColor (double dCyan, double dMagenta, double dYellow, double dBlack) |
| void | SetFieldName (const PdfString &rsName) |
| PdfString | GetFieldName () const |
| void | SetAlternateName (const PdfString &rsName) |
| PdfString | GetAlternateName () const |
| void | SetMappingName (const PdfString &rsName) |
| PdfString | GetMappingName () const |
| void | SetReadOnly (bool bReadOnly) |
| bool | IsReadOnly () const |
| void | SetRequired (bool bRequired) |
| bool | IsRequired () const |
| void | SetExport (bool bExport) |
| bool | IsExport () const |
| EPdfField | GetType () 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) | |
Protected Member Functions inherited from PoDoFo::PdfField | |
| PdfField (EPdfField eField, PdfAnnotation *pWidget, PdfAcroForm *pParent) | |
| void | SetFieldFlag (long lValue, bool bSet) |
| bool | GetFieldFlag (long lValue, bool bDefault) const |
| PdfObject * | GetAppearanceCharacteristics (bool bCreate) const |
A list box
| 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 |
Raises an error if PdfField::GetType() != ePdfField_ListBox
1.8.5