visit_shape_start method

visit_shape_start(shape)

Called when enumeration of a shape has started.

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