Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::Insert method
PageAPI::Insert method
Inserisce un elemento (Canvas, Path o Glyphs) nella pagina alla posizione index.
template<typename T> T Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::Insert(int32_t index, T element)
| Parametro | Descrizione |
|---|---|
| T | Il tipo dell’elemento. |
| Parametro | Tipo | Descrizione |
|---|---|---|
| indice | int32_t | Posizione in cui un elemento dovrebbe essere inserito. |
| element | T | Elemento da inserire. |
ReturnValue
Elemento inserito.
Vedi anche
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++