aspose.words.replacing module
Contents
[
Hide
]The aspose.words.replacing module provides classes to manipulate with find/replace operations over the document tree.
Classes
| Class | Description |
|---|---|
| FindReplaceOptions | Specifies options for find/replace operations. To learn more, visit the Find and Replace documentation article. |
| IReplacingCallback | Implement this interface if you want to have your own custom method called during a find and replace operation. |
| ReplacingArgs | Provides data for a custom replace operation. To learn more, visit the Find and Replace documentation article. |
Enumerations
| Enumeration | Description |
|---|---|
| FindReplaceDirection | Specifies direction for replace operations. |
| ReplaceAction | Allows the user to specify what happens to the current match during a replace operation. |
| ReplacementFormat | Specifies the replacement format. |