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