accept_end method

accept_end(visitor)

Accepts a visitor for visiting the end of the header.

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

Returns

The action to be taken by the visitor.

See Also