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):
    ...
| Parameter | Type | Description | 
|---|---|---|
| comment | Comment | The object that is being visited. | 
Returns
A VisitorAction value that specifies how to continue the enumeration.
See Also
- module aspose.words
- class DocumentVisitor