visit_group_shape_end method
visit_group_shape_end(group_shape)
Called when enumeration of a group shape has ended.
def visit_group_shape_end(self, group_shape: aspose.words.drawing.GroupShape):
...
Parameter | Type | Description |
---|---|---|
group_shape | GroupShape | The object that is being visited. |
Returns
A VisitorAction value that specifies how to continue the enumeration.
See Also
- module aspose.words
- class DocumentVisitor