Aspose::Words::DocumentVisitor::VisitParagraphStart method

DocumentVisitor::VisitParagraphStart method

Called when enumeration of a paragraph has started.

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitParagraphStart(System::SharedPtr<Aspose::Words::Paragraph> paragraph)
ParameterTypeDescription
paragraphSystem::SharedPtr<Aspose::Words::Paragraph>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also