Aspose::Page::XPS::XpsModel::XpsCanvas::Insert method
XpsCanvas::Insert method
Inserts an element to this canvas’s child list at index position.
template<typename T> T Aspose::Page::XPS::XpsModel::XpsCanvas::Insert(int32_t index, T element)
Parameter | Description |
---|---|
T | The type of the element to add. |
Parameter | Type | Description |
---|---|---|
index | int32_t | Position at which an element should be inserted. |
element | T | The element to be inserted. |
ReturnValue
Inserted element.
See Also
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++