replacing_callback property

FindReplaceOptions.replacing_callback property

The user-defined method which is called before every replace occurrence.

@property
def replacing_callback(self) -> aspose.words.replacing.IReplacingCallback:
    ...

@replacing_callback.setter
def replacing_callback(self, value: aspose.words.replacing.IReplacingCallback):
    ...

See Also