visit_body_end method

visit_body_end(body)

Called when enumeration of the main text story in a section has ended.

def visit_body_end(self, body: aspose.words.Body):
    ...
ParameterTypeDescription
bodyBodyThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also