|
Foxit PDF SDK
|
Public 成员函数 | |
| GetSize() | Add (element) |
| 获取当前数组中元素的大小。 更多... | |
| constructor () | |
| 构造函数。 | |
| InsertAt (index, element) | |
| 在由索引指定的位置之前插入一个元素。 更多... | |
| RemoveAll () | |
| 从当前数组中移除所有元素。 更多... | |
| RemoveAt (index) | |
| 移除由索引指定位置的元素。 更多... | |
此类表示选项数组。
| GetSize () FSDK::WidgetChoiceOptionArray::Add | ( | element | ) |
获取当前数组中元素的大小。
检索当前数组中由索引指定位置的元素的副本。
| [in] | index | 用于指定要检索哪个元素的索引。 |
将元素添加到当前数组的末尾。
| [in] | element | 要添加到当前数组的新元素。 |
| FSDK::WidgetChoiceOptionArray::InsertAt | ( | index | , |
| element | |||
| ) |
在由索引指定的位置之前插入一个元素。
| [in] | index | 用于指定在哪里插入新元素的索引。有效范围:从 0 到 (size-1)。 size 是当前数组中元素的大小。 |
| [in] | element | 要插入到当前数组的新元素。 |
| FSDK::WidgetChoiceOptionArray::RemoveAll | ( | ) |
从当前数组中移除所有元素。
| FSDK::WidgetChoiceOptionArray::RemoveAt | ( | index | ) |
移除由索引指定位置的元素。
| [in] | index | 用于指定要移除哪个元素的索引。有效范围:从 0 到 (size-1)。 size 是当前数组中元素的大小。 |