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)
ParameterTypeDescription
elementconst System::SharedPtr<Element>&T:/Aspose::Pdf::LogicalStructure::Element object to add.
checkIfCanBeAppendedboolCheck if can be appended.

ReturnValue

T:/Aspose::Pdf::LogicalStructure::Element which has been added.

See Also