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