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ámetro | Tipo | Descripción |
|---|---|---|
| element | const System::SharedPtr<Element>& | T:/Aspose::Pdf::LogicalStructure::Element objeto para agregar. |
| index | int32_t | Element índice. |
| checkIfCanBeInserted | bool | Verifica si puede insertarse. |
ReturnValue
T:/Aspose::Pdf::LogicalStructure::Element which has been added.
Ver también
- Typedef SharedPtr
- Class Element
- Class Element
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++