ComboBoxField
Overview
ComboBoxField is a class in Aspose.PDF FOSS for C++.
This class provides 5 methods for working with ComboBoxField objects in C++ programs.
Available methods include: ComboBoxField, Editable, SpellCheck.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
ComboBoxField() | Calls ComboBoxField on this ComboBoxField instance. |
Editable() → bool | Calls Editable on this ComboBoxField instance. |
Editable(value: bool) | Calls Editable(value) on this ComboBoxField instance. |
SpellCheck() → bool | Calls SpellCheck on this ComboBoxField instance. |
SpellCheck(value: bool) | Calls SpellCheck(value) on this ComboBoxField instance. |