Aspose::Pdf::Plugins::FormComboBoxFieldSetOptions class
Contents
[
Hide
]FormComboBoxFieldSetOptions class
Represents options for set properties in ComboBoxField by FormEditor plugin.
class FormComboBoxFieldSetOptions : public Aspose::Pdf::Plugins::FormFieldSetOptions
Methods
| Method | Description |
|---|---|
| get_Editable() const | Gets/sets the value to determine property Editable for modified field (if will be set). |
| get_Options() const | Gets/sets the value to determine property Options for modified field (if will be set). |
| get_Selected() const | Gets/sets the value to determine property Selected for modified field (if will be set). |
| set_Editable(System::Nullable<bool>) | Gets/sets the value to determine property Editable for modified field (if will be set). |
| set_Options(System::SharedPtr<System::Collections::Generic::List<System::String>>) | Gets/sets the value to determine property Options for modified field (if will be set). |
| set_Selected(System::Nullable<int32_t>) | Gets/sets the value to determine property Selected for modified field (if will be set). |
See Also
- Class FormFieldSetOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++