Aspose::Words::DocumentVisitor::VisitTableEnd method

DocumentVisitor::VisitTableEnd method

Called when enumeration of a table has ended.

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitTableEnd(System::SharedPtr<Aspose::Words::Tables::Table> table)
ParameterTypeDescription
tableSystem::SharedPtr<Aspose::Words::Tables::Table>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also