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