accept_end method
accept_end(visitor)
When implemented in a derived class, calls the VisitXXXEnd method of the specified document visitor.
def accept_end(self, visitor: aspose.words.DocumentVisitor):
...
| Parameter | Type | Description |
|---|---|---|
| visitor | DocumentVisitor |
See Also
- module aspose.words
- class CompositeNode