accept_end method

accept_end(visitor)

When implemented in a derived class, calls the VisitXXXEnd method of the specified document visitor.

def accept_end(self, visitor: aspose.words.DocumentVisitor):
    ...
ParameterTypeDescription
visitorDocumentVisitor

See Also