Aspose::Pdf::OutlineItemCollection::Insert method
OutlineItemCollection::Insert method
Inserts the outline item into collection at the specified place.
void Aspose::Pdf::OutlineItemCollection::Insert(int32_t index, System::SharedPtr<OutlineItemCollection> outline)
Parameter | Type | Description |
---|---|---|
index | int32_t | The index specifying place for inserting. |
outline | System::SharedPtr<OutlineItemCollection> | The outline item should be inserted. |
See Also
- Typedef SharedPtr
- Class OutlineItemCollection
- Class OutlineItemCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++