|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetOption_label () |
| Get the displayed string value for the option. More... | |
| def | GetSelected () |
| Get used to indicate whether the option is selected or not. More... | |
| def | Set (option_label, selected) |
| Set value. More... | |
| def | SetOption_label (value) |
| Set the displayed string value for the option. More... | |
| def | SetSelected (value) |
| Set used to indicate whether the option is selected or not. More... | |
This class represents the data of an option in list box or combo box.
| fsdk.WidgetChoiceOption.GetOption_label | ( | ) |
Get the displayed string value for the option.
| fsdk.WidgetChoiceOption.GetSelected | ( | ) |
Get used to indicate whether the option is selected or not.
| def fsdk.WidgetChoiceOption.Set | ( | option_label, | |
| selected | |||
| ) |
Set value.
| [in] | option_label | The displayed string value for the option. |
| [in] | selected | true means the option is selected, and false means the option is not selected. |
| fsdk.WidgetChoiceOption.SetOption_label | ( | value | ) |
Set the displayed string value for the option.
| [in] | value | The displayed string value for the option. |
| fsdk.WidgetChoiceOption.SetSelected | ( | value | ) |
Set used to indicate whether the option is selected or not.
| [in] | value | Used to indicate whether the option is selected or not. |