Element.AppendChild
Element.AppendChild method
Append Element to collection of children.
public Element AppendChild(Element element, bool checkIfCanBeAppended = true)
| Parameter | Type | Description |
|---|---|---|
| element | Element | Element object to add. |
| checkIfCanBeAppended | Boolean | Check if can be appended. |
Return Value
Element which has been added.
Exceptions
| exception | condition |
|---|---|
| TaggedException |
See Also
- class Element
- namespace Aspose.Pdf.LogicalStructure
- assembly Aspose.PDF