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