Aspose::Pdf::LogicalStructure::Element::InsertChild metod

Element::InsertChild method

Infoga T:/Aspose::Pdf::LogicalStructure::Element i samling av barn på angivet index.

System::SharedPtr<Element> Aspose::Pdf::LogicalStructure::Element::InsertChild(const System::SharedPtr<Element> &element, int32_t index, bool checkIfCanBeInserted=true)
ParameterTypBeskrivning
elementconst System::SharedPtr<Element>&T:/Aspose::Pdf::LogicalStructure::Element objekt att lägga till.
indexint32_tElement index.
checkIfCanBeInsertedboolKontrollera om den kan infogas.

ReturnValue

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

Se även