visit_comment_start method

visit_comment_start(comment)

Called when enumeration of a comment text has started.

def visit_comment_start(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