Clase Aspose::Pdf::LowCode::FormComboBoxFieldCreateOptions
Contenido
[
Ocultar
]FormComboBoxFieldCreateOptions class
Representa opciones para crear ComboBoxField mediante el complemento FormEditor.
class FormComboBoxFieldCreateOptions : public Aspose::Pdf::LowCode::FormFieldCreateOptions
Métodos
| Método | Descripción |
|---|---|
| FormComboBoxFieldCreateOptions(int32_t, const System::SharedPtr<Rectangle>&) | Inicializa una nueva instancia del objeto FormComboBoxFieldCreateOptions, que contiene los parámetros para el ComboBoxField creado y añadido. |
| get_Editable() const | Obtiene/establece el valor para determinar si el ComboBoxField creado es editable o no (si se establece). |
| get_Options() const | Obtiene/establece el valor para determinar la propiedad Options del ComboBoxField creado (si se establece). |
| get_Selected() const | Obtiene/establece el valor para determinar la propiedad Selected del ComboBoxField creado (si se establece). |
| set_Editable(System::Nullable<bool>) | Obtiene/establece el valor para determinar si el ComboBoxField creado es editable o no (si se establece). |
| set_Options(const System::SharedPtr<System::Collections::Generic::List<System::String>>&) | Obtiene/establece el valor para determinar la propiedad Options del ComboBoxField creado (si se establece). |
| set_Selected(System::Nullable<int32_t>) | Obtiene/establece el valor para determinar la propiedad Selected del ComboBoxField creado (si se establece). |
Ver también
- Class FormFieldCreateOptions
- Namespace Aspose::Pdf::LowCode
- Library Aspose.PDF for C++