visit_run method
visit_run(run)
Called when a run of text in the is encountered.
def visit_run(self, run: aspose.words.Run):
...
Parameter | Type | Description |
---|---|---|
run | Run | The object that is being visited. |
Returns
A VisitorAction value that specifies how to continue the enumeration.
See Also
- module aspose.words
- class DocumentVisitor