accept_start method

accept_start(visitor)

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

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

See Also