Aspose::Words::DocumentVisitor::VisitCommentRangeEnd method
DocumentVisitor::VisitCommentRangeEnd method
Called when the end of a commented range of text is encountered.
virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitCommentRangeEnd(System::SharedPtr<Aspose::Words::CommentRangeEnd> commentRangeEnd)
Parameter | Type | Description |
---|---|---|
commentRangeEnd | System::SharedPtr<Aspose::Words::CommentRangeEnd> | The object that is being visited. |
ReturnValue
A VisitorAction value that specifies how to continue the enumeration.
See Also
- Enum VisitorAction
- Class CommentRangeEnd
- Class DocumentVisitor
- Namespace Aspose::Words
- Library Aspose.Words for C++