Aspose::Pdf::LogicalStructure::Element::AppendChild method
Element::AppendChild method
Append T:/Aspose::Pdf::LogicalStructure::Element to collection of children.
System::SharedPtr<Element> Aspose::Pdf::LogicalStructure::Element::AppendChild(const System::SharedPtr<Element> &element, bool checkIfCanBeAppended=true)
| Parameter | Type | Description |
|---|---|---|
| element | const System::SharedPtr<Element>& | T:/Aspose::Pdf::LogicalStructure::Element object to add. |
| checkIfCanBeAppended | bool | Check if can be appended. |
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++