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