Aspose::Pdf::LogicalStructure::Element::InsertChild method
Element::InsertChild method
Insert T:/Aspose::Pdf::LogicalStructure::Element to collection of children at specified index.
System::SharedPtr<Element> Aspose::Pdf::LogicalStructure::Element::InsertChild(const System::SharedPtr<Element> &element, int32_t index, bool checkIfCanBeInserted=true)
| Parameter | Type | Description |
|---|---|---|
| element | const System::SharedPtr<Element>& | T:/Aspose::Pdf::LogicalStructure::Element object to add. |
| index | int32_t | Element index. |
| checkIfCanBeInserted | bool | Check if can be inserted. |
ReturnValue
T:/Aspose::Pdf::LogicalStructure::Element which has been added.
See Also
- Typedef SharedPtr
- Class Element
- Class Element
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++