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)
Parameter | Type | Description |
---|---|---|
comment | System::SharedPtr<Aspose::Words::Comment> | The object that is being visited. |
ReturnValue
A VisitorAction value that specifies how to continue the enumeration.
See Also
- Enum VisitorAction
- Class Comment
- Class DocumentVisitor
- Namespace Aspose::Words
- Library Aspose.Words for C++