IReplacingCallback
Overview
IReplacingCallback is a interface in Aspose.Words FOSS for .NET.
Implement this interface if you want to have your own custom method called during a find and replace operation.
This interface provides 1 method for working with IReplacingCallback objects in .NET programs.
Available methods include: Replacing.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
Replacing(args: ReplacingArgs) | A user defined method that is called during a replace operation for each match found just before a replace is made. |