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):
    ...
ParameterTypeDescription
group_shapeGroupShapeThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also