Aspose::Pdf::LogicalStructure::Element::AppendChild método

Element::AppendChild method

Agregar T:/Aspose::Pdf::LogicalStructure::Element a la colección de hijos.

System::SharedPtr<Element> Aspose::Pdf::LogicalStructure::Element::AppendChild(const System::SharedPtr<Element> &element, bool checkIfCanBeAppended=true)
ParámetroTipoDescripción
elementconst System::SharedPtr<Element>&T:/Aspose::Pdf::LogicalStructure::Element objeto para agregar.
checkIfCanBeAppendedboolVerifica si puede añadirse.

ReturnValue

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

Ver también