visit_document_end method
visit_document_end(doc)
Called when enumeration of the document has finished.
def visit_document_end(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