visit_row_start method
visit_row_start(row)
Called when enumeration of a table row has started.
def visit_row_start(self, row: aspose.words.tables.Row):
...
Parameter | Type | Description |
---|---|---|
row | Row | The object that is being visited. |
Returns
A VisitorAction value that specifies how to continue the enumeration.
See Also
- module aspose.words
- class DocumentVisitor