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):
    ...
ParameterTypeDescription
argsReplacingArgs

Returns

A ReplaceAction value that specifies the action to be taken for the current match.

See Also