Aspose::Words::DocumentVisitor::VisitCommentEnd method

DocumentVisitor::VisitCommentEnd method

Called when enumeration of a comment text has ended.

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitCommentEnd(System::SharedPtr<Aspose::Words::Comment> comment)
ParameterTypeDescription
commentSystem::SharedPtr<Aspose::Words::Comment>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also