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)
Parameter | Type | Description |
---|---|---|
groupShape | System::SharedPtr<Aspose::Words::Drawing::GroupShape> | The object that is being visited. |
ReturnValue
A VisitorAction value that specifies how to continue the enumeration.
See Also
- Enum VisitorAction
- Class GroupShape
- Class DocumentVisitor
- Namespace Aspose::Words
- Library Aspose.Words for C++