Element.InsertChild
Element.InsertChild method
Insert Element to collection of children at specified index.
public Element InsertChild(Element element, int index, bool checkIfCanBeInserted = true)
Parameter | Type | Description |
---|---|---|
element | Element | Element object to add. |
index | Int32 | Element index. |
checkIfCanBeInserted | Boolean | Check if can be inserted. |
Return Value
Element which has been added.
Exceptions
exception | condition |
---|---|
TaggedException |
See Also
- class Element
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF