visitGlossaryDocumentEnd method
visitGlossaryDocumentEnd(glossary)
Called when enumeration of a glossary document has ended.
visitGlossaryDocumentEnd(glossary: Aspose.Words.BuildingBlocks.GlossaryDocument)
Parameter | Type | Description |
---|---|---|
glossary | GlossaryDocument | The object that is being visited. |
Remarks
Note: A glossary document node and its children are not visited when you execute a Visitor over a Document. If you want to execute a Visitor over a glossary document, you need to call GlossaryDocument.accept().
Returns
A VisitorAction value that specifies how to continue the enumeration.
See Also
- module Aspose.Words
- class DocumentVisitor