visit_shape_end method

visit_shape_end(shape)

Called when enumeration of a shape has ended.

def visit_shape_end(self, shape: aspose.words.drawing.Shape):
    ...
ParameterTypeDescription
shapeShapeThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also