|
Foxit PDF SDK
|
Public 成员函数 | |
| GetSize() | Add (element) |
| 获取当前数组中的元素数量。 更多... | |
| constructor () | |
| 构造函数。 | |
| InsertAt (index, element) | |
| 在索引指定的位置之前插入一个元素。 更多... | |
| RemoveAll () | |
| 从当前数组中移除所有元素。 更多... | |
| RemoveAt (index) | |
| 移除索引指定位置的元素。 更多... | |
此类表示签名对象数组。
| GetSize () FSDK::SignatureArray::Add | ( | element | ) |
获取当前数组中的元素数量。
| [in] | index | 指定要检索哪个元素的索引。 |
| [in] | element | 要添加到当前数组的新元素。 |
| FSDK::SignatureArray::InsertAt | ( | index | , |
| element | |||
| ) |
在索引指定的位置之前插入一个元素。
| [in] | index | 指定插入新元素位置的索引。有效范围:从 0 到 (size-1)。 size 是当前数组中的元素数量。 |
| [in] | element | 要插入到当前数组的新元素。 |
| FSDK::SignatureArray::RemoveAll | ( | ) |
从当前数组中移除所有元素。
| FSDK::SignatureArray::RemoveAt | ( | index | ) |
移除索引指定位置的元素。
| [in] | index | 指定要移除哪个元素的索引。有效范围:从 0 到 (size-1)。 size 是当前数组中的元素数量。 |