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):
...
Parameter | Type | Description |
---|---|---|
table | Table | The object that is being visited. |
Returns
A VisitorAction value that specifies how to continue the enumeration.
See Also
- module aspose.words
- class DocumentVisitor