Aspose::Words::DocumentVisitor::VisitRun method

DocumentVisitor::VisitRun method

Called when a run of text in the is encountered.

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitRun(System::SharedPtr<Aspose::Words::Run> run)
ParameterTypeDescription
runSystem::SharedPtr<Aspose::Words::Run>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also