visit_run method

visit_run(run)

Called when a run of text in the is encountered.

def visit_run(self, run: aspose.words.Run):
    ...
ParameterTypeDescription
runRunThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also