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(System::SharedPtr<Element> element)
ParameterTypeDescription
elementSystem::SharedPtr<Element>T:/Aspose::Pdf::LogicalStructure::Element object to add.

ReturnValue

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

See Also