visit_table_end method

visit_table_end(table)

Called when enumeration of a table has ended.

def visit_table_end(self, table: aspose.words.tables.Table):
    ...
ParameterTypeDescription
tableTableThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also