visit_comment_range_start method

visit_comment_range_start(comment_range_start)

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

def visit_comment_range_start(self, comment_range_start: aspose.words.CommentRangeStart):
    ...
ParameterTypeDescription
comment_range_startCommentRangeStartThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also