|
Foxit PDF SDK for HarmonyOS
3.0
|
Public Member Functions | |
| Add (element) | |
| Add an element at the tail. Potentially growing the array. More... | |
| constructor () | |
| Constructor. | |
| constructor (other) | |
| Constructor. | |
| GetAt (index) | |
| This method retrieves an element specified by an index number. More... | |
| GetSize () | |
| Get the number of elements in the array. More... | |
| InsertAt (index, newElement) | |
| Inset one or more continuous element at specified position. More... | |
| RemoveAll () | |
| Clean up the array. More... | |
| RemoveAt (index) | |
| Remove a number of elements at specified position. More... | |
Public Member Functions inherited from NativeObjectWrapper | |
| constructor (r) | |
| GetPointerAsNumber () | |
| PageBasicInfoArray.Add | ( | element | ) |
Add an element at the tail. Potentially growing the array.
| [in] | newElement | The input element. |
| PageBasicInfoArray.GetAt | ( | index | ) |
This method retrieves an element specified by an index number.
| [in] | nIndex | Specifies the zero-based index of the element. |
| PageBasicInfoArray.GetSize | ( | ) |
Get the number of elements in the array.
| PageBasicInfoArray.InsertAt | ( | index | , |
| newElement | |||
| ) |
Inset one or more continuous element at specified position.
| [in] | nIndex | Specifies the zero-based index in the array. |
| [in] | newElement | Specifies the element value to insert. |
| PageBasicInfoArray.RemoveAll | ( | ) |
Clean up the array.
| PageBasicInfoArray.RemoveAt | ( | index | ) |
Remove a number of elements at specified position.
| [in] | nIndex | Specifies the zero-based index in the array. |