|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetDefault_selected () |
| Get used to indicate whether the option would be selected by default or not. More... | |
| def | GetOption_label () |
| Get the displayed string value for the option. More... | |
| def | GetOption_value () |
| Get the option string value. More... | |
| def | GetSelected () |
| Get used to indicate whether the option is selected or not. More... | |
| def | Set (option_value, option_label, selected, default_selected) |
| Set value. More... | |
| def | SetDefault_selected (value) |
| Set used to indicate whether the option would be selected by default or not. More... | |
| def | SetOption_label (value) |
| Set the displayed string value for the option. More... | |
| def | SetOption_value (value) |
| Set the option string value. 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.ChoiceOption.GetDefault_selected | ( | ) |
Get used to indicate whether the option would be selected by default or not.
| fsdk.ChoiceOption.GetOption_label | ( | ) |
Get the displayed string value for the option.
| fsdk.ChoiceOption.GetOption_value | ( | ) |
Get the option string value.
| fsdk.ChoiceOption.GetSelected | ( | ) |
Get used to indicate whether the option is selected or not.
| def fsdk.ChoiceOption.Set | ( | option_value, | |
| option_label, | |||
| selected, | |||
| default_selected | |||
| ) |
Set value.
| [in] | option_value | The option string 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. |
| [in] | default_selected | true means the option would be selected by default, and false means the option would not be selected by default. |
| fsdk.ChoiceOption.SetDefault_selected | ( | value | ) |
Set used to indicate whether the option would be selected by default or not.
| [in] | value | Used to indicate whether the option would be selected by default or not. |
| fsdk.ChoiceOption.SetOption_label | ( | value | ) |
Set the displayed string value for the option.
| [in] | value | The displayed string value for the option. |
| fsdk.ChoiceOption.SetOption_value | ( | value | ) |
Set the option string value.
| [in] | value | The option string value. |
| fsdk.ChoiceOption.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. |