Aspose.Words.Replacing.IReplacingCallback class. Implement this interface if you want to have your own custom method called during a find and replace operation.... replace ( new Regex ( "(header|footer)" ), "" ,...doc . range . replace ( new Regex ( "New York City|NYC" ), "Washington"...