visit_comment_end method

visit_comment_end(comment)

Called when enumeration of a comment text has ended.

def visit_comment_end(self, comment: aspose.words.Comment):
    ...
ParameterTypeDescription
commentCommentThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also