Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::Insert method
PageAPI::Insert method
index 위치에 요소(캔버스, 경로 또는 글리프)를 페이지에 삽입합니다.
template<typename T> T Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::Insert(int32_t index, T element)
| 매개변수 | 설명 |
|---|---|
| T | 요소의 유형. |
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int32_t | 삽입되어야 하는 element의 위치. |
| element | T | 삽입될 요소. |
ReturnValue
삽입된 요소.
또 보기
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++