visit_group_shape_start method

visit_group_shape_start(group_shape)

Called when enumeration of a group shape has started.

def visit_group_shape_start(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