5#ifndef PDF_CHOICE_FIELD_H
6#define PDF_CHOICE_FIELD_H
27 std::shared_ptr<PdfField>&&
parent);
30 std::shared_ptr<PdfField>&&
parent);
49 void RemoveItem(
unsigned index);
70 unsigned GetItemCount()
const;
75 void SetSelectedIndex(
int index);
81 int GetSelectedIndex()
const;
87 bool IsComboBox()
const;
101 bool IsSpellCheckingEnabled()
const;
111 void SetSorted(
bool sorted);
116 bool IsSorted()
const;
126 void SetMultiSelect(
bool multi);
132 bool IsMultiSelect()
const;
134 void SetCommitOnSelectionChange(
bool commit);
135 bool IsCommitOnSelectionChange()
const;
A list of items in a PDF file.
Definition PdfChoiceField.h:21
A combo box with a drop down list of items.
Definition PdfComboBox.h:15
A list box.
Definition PdfListBox.h:15
This class represents a PDF indirect Object in memory.
Definition PdfObject.h:33
A string that can be written to a PDF document.
Definition PdfString.h:22
Convenient type for char array storage and/or buffer with std::string compatibility.
Definition basetypes.h:35
All classes, functions, types and enums of PoDoFo are members of these namespace.
Definition basetypes.h:13
PdfFieldType
The type of PDF field.
Definition PdfDeclarations.h:665