accept_start method

accept_start(visitor)

Accepts a visitor for visiting the start of the document.

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

Returns

The action to be taken by the visitor.

See Also