|
Foxit PDF SDK
|
Public 成员函数 | |
| WidgetChoiceOptionArray () | |
| 构造函数。 | |
| WidgetChoiceOptionArray (WidgetChoiceOptionArray other) | |
| 拷贝构造函数,使用另一个数组对象。 更多... | |
| void | add (WidgetChoiceOption element) |
| 向当前数组的末尾添加一个元素。 更多... | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
| WidgetChoiceOption | getAt (long index) |
| 检索当前数组中由索引指定位置的元素副本。 更多... | |
| long | getSize () |
| 获取当前数组中元素的大小。 更多... | |
| void | insertAt (long index, WidgetChoiceOption element) |
| 在由索引指定的位置之前插入一个元素。 更多... | |
| void | removeAll () |
| 从当前数组中移除所有元素。 更多... | |
| void | removeAt (long index) |
| 移除由索引指定位置的元素。 更多... | |
此类表示选择选项的数组。
| com.foxit.sdk.addon.xfa.WidgetChoiceOptionArray.WidgetChoiceOptionArray | ( | WidgetChoiceOptionArray | other | ) |
拷贝构造函数,使用另一个数组对象。
| [in] | other | 另一个数组对象。 |
| void com.foxit.sdk.addon.xfa.WidgetChoiceOptionArray.add | ( | WidgetChoiceOption | element | ) |
向当前数组的末尾添加一个元素。
| [in] | element | 要添加到当前数组的新元素。 |
| synchronized void com.foxit.sdk.addon.xfa.WidgetChoiceOptionArray.delete | ( | ) |
直接清除C++相关资源。
| WidgetChoiceOption com.foxit.sdk.addon.xfa.WidgetChoiceOptionArray.getAt | ( | long | index | ) |
检索当前数组中由索引指定位置的元素副本。
| [in] | index | 指定要检索的元素的索引。 |
| long com.foxit.sdk.addon.xfa.WidgetChoiceOptionArray.getSize | ( | ) |
获取当前数组中元素的大小。
| void com.foxit.sdk.addon.xfa.WidgetChoiceOptionArray.insertAt | ( | long | index, |
| WidgetChoiceOption | element | ||
| ) |
在由索引指定的位置之前插入一个元素。
| [in] | index | 指定插入新元素位置的索引。有效范围:从 0 到 (size-1)。 size 是当前数组中元素的大小。 |
| [in] | element | 要插入到当前数组的新元素。 |
| void com.foxit.sdk.addon.xfa.WidgetChoiceOptionArray.removeAll | ( | ) |
从当前数组中移除所有元素。
| void com.foxit.sdk.addon.xfa.WidgetChoiceOptionArray.removeAt | ( | long | index | ) |
移除由索引指定位置的元素。
| [in] | index | 指定要移除的元素的索引。有效范围:从 0 到 (size-1)。 size 是当前数组中元素的大小。 |