Aspose::Words::DocumentVisitor::VisitGroupShapeStart method

DocumentVisitor::VisitGroupShapeStart method

Called when enumeration of a group shape has started.

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitGroupShapeStart(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