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