Aspose::Page::XPS::XpsModel::XpsArray::Insert 메서드
XpsArray::Insert method
지정된 위치에 새 객체를 배열에 삽입합니다.
T Aspose::Page::XPS::XpsModel::XpsArray<T>::Insert(int32_t index, T obj)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int32_t | 객체를 삽입할 위치. |
| obj | T | 삽입할 객체. |
ReturnValue
삽입된 객체.
또 보기
- Class XpsArray
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++