Aspose::Words::DocumentVisitor::VisitCommentRangeStart method

DocumentVisitor::VisitCommentRangeStart method

Called when the start of a commented range of text is encountered.

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitCommentRangeStart(System::SharedPtr<Aspose::Words::CommentRangeStart> commentRangeStart)
ParameterTypeDescription
commentRangeStartSystem::SharedPtr<Aspose::Words::CommentRangeStart>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also