Aspose::Pdf::Forms::ComboBoxField clase
ComboBoxField class
Clase que representa un campo de cuadro combinado del formulario.
class ComboBoxField : public Aspose::Pdf::Forms::ChoiceField
Métodos
| Método | Descripción |
|---|---|
| ComboBoxField() | Constructor para ComboBoxField que se usará en Generator. |
| ComboBoxField(const System::SharedPtr<Document>&) | Crea el campo CombBox para trabajar con Generator. |
| ComboBoxField(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<Rectangle>&) | Constructor para Combobox Field. |
| ComboBoxField(const System::SharedPtr<Document>&, const System::SharedPtr<Rectangle>&) | Constructor para el campo Combobox. |
| get_Editable() | Obtiene el estado editable del campo. |
| get_SpellCheck() | Obtiene el estado de la actividad de spellchaeck. |
| set_Editable(bool) | Establece el estado editable del campo. |
| set_SpellCheck(bool) | Establece el estado de la actividad de spellchaeck. |
Ver también
- Class ChoiceField
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++