visit_document_start method

visit_document_start(doc)

Called when enumeration of the document has started.

def visit_document_start(self, doc: aspose.words.Document):
    ...
ParameterTypeDescription
docDocumentThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also