Aspose::Words::DocumentVisitor::VisitCommentStart method
DocumentVisitor::VisitCommentStart method
Called when enumeration of a comment text has started.
virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitCommentStart(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++