|
Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
| def | WidgetChoiceOption () |
| Constructor. | |
| def | WidgetChoiceOption (option_label, selected) |
| Constructor, with parameters. More... | |
| def | WidgetChoiceOption (option) |
| Constructor, with another choice option object. More... | |
| def | Set (option_label, selected) |
| Set value. More... | |
Static Public Attributes | |
| option_label = _fsdk.WidgetChoiceOption_option_label | |
| The displayed string value for the option. | |
| selected = _fsdk.WidgetChoiceOption_selected | |
| Used to indicate whether the option is selected or not. | |
This class represents the data of an option in list box or combo box.
| def FoxitPDFSDKPython2.WidgetChoiceOption.WidgetChoiceOption | ( | option_label, | |
| selected | |||
| ) |
Constructor, with parameters.
| [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. |
| def FoxitPDFSDKPython2.WidgetChoiceOption.WidgetChoiceOption | ( | option | ) |
Constructor, with another choice option object.
| [in] | option | Another choice option object. |
| def FoxitPDFSDKPython2.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. |