visit_table_start method

visit_table_start(table)

Called when enumeration of a table has started.

def visit_table_start(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