Aspose::Words::DocumentVisitor::VisitParagraphEnd method
DocumentVisitor::VisitParagraphEnd method
Called when enumeration of a paragraph has ended.
virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitParagraphEnd(System::SharedPtr<Aspose::Words::Paragraph> paragraph)
Parameter | Type | Description |
---|---|---|
paragraph | System::SharedPtr<Aspose::Words::Paragraph> | The object that is being visited. |
ReturnValue
A VisitorAction value that specifies how to continue the enumeration.
See Also
- Enum VisitorAction
- Class Paragraph
- Class DocumentVisitor
- Namespace Aspose::Words
- Library Aspose.Words for C++