Aspose::Pdf::Plugins::FormComboBoxFieldCreateOptions class
Contents
[
Hide
]FormComboBoxFieldCreateOptions class
Represents options for creating ComboBoxField by FormEditor plugin.
class FormComboBoxFieldCreateOptions : public Aspose::Pdf::Plugins::FormFieldCreateOptions
Methods
| Method | Description |
|---|---|
| FormComboBoxFieldCreateOptions(int32_t, System::SharedPtr<Rectangle>) | Initializes a new instance of the FormComboBoxFieldCreateOptions object, that containing parameters for created and added ComboBoxField. |
| get_Editable() const | Gets/sets the value to determine whether created ComboBoxField is editable or not (if will be set). |
| get_Options() const | Gets/sets the value to determine property Options for created ComboBoxField (if will be set). |
| get_Selected() const | Gets/sets the value to determine property Selected for created ComboBoxField (if will be set). |
| set_Editable(System::Nullable<bool>) | Gets/sets the value to determine whether created ComboBoxField is editable or not (if will be set). |
| set_Options(System::SharedPtr<System::Collections::Generic::List<System::String>>) | Gets/sets the value to determine property Options for created ComboBoxField (if will be set). |
| set_Selected(System::Nullable<int32_t>) | Gets/sets the value to determine property Selected for created ComboBoxField (if will be set). |
See Also
- Class FormFieldCreateOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++