Aspose::Words::Drawing::GroupShape::AcceptStart method

GroupShape::AcceptStart method

Accepts a visitor for visiting the start of the GroupShape.

Aspose::Words::VisitorAction Aspose::Words::Drawing::GroupShape::AcceptStart(System::SharedPtr<Aspose::Words::DocumentVisitor> visitor) override
ParameterTypeDescription
visitorSystem::SharedPtr<Aspose::Words::DocumentVisitor>The document visitor.

ReturnValue

The action to be taken by the visitor.

See Also