accept_start method
accept_start(visitor)
Accepts a visitor for visiting the start of the Glossary document.
def accept_start(self, visitor: aspose.words.DocumentVisitor):
    ...
| Parameter | Type | Description | 
|---|---|---|
| visitor | DocumentVisitor | The document visitor. | 
Returns
The action to be taken by the visitor.
See Also
- module aspose.words.buildingblocks
- class GlossaryDocument