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)
ParameterTypeDescription
commentRangeEndSystem::SharedPtr<Aspose::Words::CommentRangeEnd>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also