|
Foxit PDF SDK
|
Public 成员函数 | |
| def | GetDefault_selected () |
| Get 用于指示选项是否默认被选择。 更多... | |
| def | GetOption_label () |
| Get 选项的显示字符串值。 更多... | |
| def | GetOption_value () |
| Get 选项字符串值。 更多... | |
| def | GetSelected () |
| Get 用于指示选项是否被选择。 更多... | |
| def | Set (option_value, option_label, selected, default_selected) |
| 设置值。 更多... | |
| def | SetDefault_selected (value) |
| Set 用于指示选项是否默认被选择。 更多... | |
| def | SetOption_label (value) |
| Set 选项的显示字符串值。 更多... | |
| def | SetOption_value (value) |
| Set 选项字符串值。 更多... | |
| def | SetSelected (value) |
| Set 用于指示选项是否被选择。 更多... | |
此类表示列表框或组合框中选项的数据。
| fsdk.ChoiceOption.GetDefault_selected | ( | ) |
Get 用于指示选项是否默认被选择。
| fsdk.ChoiceOption.GetOption_label | ( | ) |
Get 选项的显示字符串值。
| fsdk.ChoiceOption.GetOption_value | ( | ) |
Get 选项字符串值。
| fsdk.ChoiceOption.GetSelected | ( | ) |
Get 用于指示选项是否被选择。
| def fsdk.ChoiceOption.Set | ( | option_value, | |
| option_label, | |||
| selected, | |||
| default_selected | |||
| ) |
设置值。
| [in] | option_value | 选项字符串值。 |
| [in] | option_label | 选项的显示字符串值。 |
| [in] | selected | true 表示选项被选择,false 表示 选项未被选择。 |
| [in] | default_selected | true 表示选项默认被选择,false 表示 选项默认不被选择。 |
| fsdk.ChoiceOption.SetDefault_selected | ( | value | ) |
Set 用于指示选项是否默认被选择。
| [in] | value | 用于指示选项是否默认被选择。 |
| fsdk.ChoiceOption.SetOption_label | ( | value | ) |
Set 选项的显示字符串值。
| [in] | value | 选项的显示字符串值。 |
| fsdk.ChoiceOption.SetOption_value | ( | value | ) |
Set 选项字符串值。
| [in] | value | 选项字符串值。 |
| fsdk.ChoiceOption.SetSelected | ( | value | ) |
Set 用于指示选项是否被选择。
| [in] | value | 用于指示选项是否被选择。 |