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):
    ...
ParameterTypeDescription
sectionSectionThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also