Aspose::Words::Replacing namespace

The Aspose.Words.Replacing namespace provides classes to manipulate with find/replace operations over the document tree.

Classes

ClassDescription
FindReplaceOptionsSpecifies options for find/replace operations. To learn more, visit the Find and Replace documentation article.
ReplacingArgsProvides data for a custom replace operation. To learn more, visit the Find and Replace documentation article.

Interfaces

InterfaceDescription
IReplacingCallbackImplement this interface if you want to have your own custom method called during a find and replace operation.

Enums

EnumDescription
FindReplaceDirectionSpecifies direction for replace operations.
ReplaceActionAllows the user to specify what happens to the current match during a replace operation.