visit_document_start method
visit_document_start(doc)
Called when enumeration of the document has started.
def visit_document_start(self, doc: aspose.words.Document):
...
Parameter | Type | Description |
---|---|---|
doc | Document | The object that is being visited. |
Returns
A VisitorAction value that specifies how to continue the enumeration.
See Also
- module aspose.words
- class DocumentVisitor