Aspose::Page::XPS::XpsModel::XpsArray class

XpsArray class

Class incapsulating common XPS model array object features.

template<typename>class XpsArray : public Aspose::Page::XPS::XpsModel::XpsObject
ParameterDescription
TThe type of array elements.

Methods

MethodDescription
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) overrideSet n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode.

See Also