Aspose::Words::DocumentVisitor::VisitGroupShapeEnd method

DocumentVisitor::VisitGroupShapeEnd method

Called when enumeration of a group shape has ended.

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitGroupShapeEnd(System::SharedPtr<Aspose::Words::Drawing::GroupShape> groupShape)
ParameterTypeDescription
groupShapeSystem::SharedPtr<Aspose::Words::Drawing::GroupShape>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also