visit_comment_range_end method

visit_comment_range_end(comment_range_end)

Called when the end of a commented range of text is encountered.

def visit_comment_range_end(self, comment_range_end: aspose.words.CommentRangeEnd):
    ...
ParameterTypeDescription
comment_range_endCommentRangeEndThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also