Aspose::Page::XPS::XpsModel::XpsArray class
Contents
[
Hide
]XpsArray class
Class incapsulating common XPS model array object features.
template<typename>class XpsArray : public Aspose::Page::XPS::XpsModel::XpsObject
| Parameter | Description |
|---|---|
| T | The type of array elements. |
Methods
| Method | Description |
|---|---|
| Add(T) | Adds a new object into array. |
| get_Count() | Returns number of elements. |
| idx_get(int32_t) | Provides access to array’s element by index i . |
| Insert(int32_t, T) | Inserts a new object into array at specified position. |
| Remove(T) | Removes an object from array. |
| RemoveAt(int32_t) | Removes an object from array at specified position. |
| SetTemplateWeakPtr(uint32_t) override | Set n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. |
See Also
- Class XpsObject
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++