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