replacing method
replacing(args)
A user defined method that is called during a replace operation for each match found just before a replace is made.
def replacing(self, args: aspose.words.replacing.ReplacingArgs):
...
Parameter | Type | Description |
---|---|---|
args | ReplacingArgs |
Returns
A ReplaceAction value that specifies the action to be taken for the current match.
See Also
- module aspose.words.replacing
- class IReplacingCallback