Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::Insert method
PageAPI::Insert method
يدرج عنصرًا (Canvas، Path أو Glyphs) إلى الصفحة في موضع index.
template<typename T> T Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::Insert(int32_t index, T element)
| Parameter | الوصف |
|---|---|
| T | نوع العنصر. |
| Parameter | Type | الوصف |
|---|---|---|
| الفهرس | int32_t | الموضع الذي يجب إدراج element فيه. |
| element | T | العنصر المراد إدراجه. |
ReturnValue
العنصر المدخل.
انظر أيضًا
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++