Aspose::Pdf::LogicalStructure::StructureElement::ChangeParentElement method

StructureElement::ChangeParentElement method

Change parent element for current structure element.

void Aspose::Pdf::LogicalStructure::StructureElement::ChangeParentElement(const System::SharedPtr<StructureElement> &newParentElement, bool checkIfParentCanBeChanged=true)
ParameterTypeDescription
newParentElementconst System::SharedPtr<StructureElement>&New parent structure element
checkIfParentCanBeChangedboolCheck if parent be changed.

See Also