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):
...
Parameter | Type | Description |
---|---|---|
shape | Shape | The object that is being visited. |
Returns
A VisitorAction value that specifies how to continue the enumeration.
See Also
- module aspose.words
- class DocumentVisitor