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

Element::InsertChild method

Insertar T:/Aspose::Pdf::LogicalStructure::Element en la colección de hijos en el índice especificado.

System::SharedPtr<Element> Aspose::Pdf::LogicalStructure::Element::InsertChild(const System::SharedPtr<Element> &element, int32_t index, bool checkIfCanBeInserted=true)
ParámetroTipoDescripción
elementconst System::SharedPtr<Element>&T:/Aspose::Pdf::LogicalStructure::Element objeto para agregar.
indexint32_tElement índice.
checkIfCanBeInsertedboolVerifica si puede insertarse.

ReturnValue

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

Ver también