Aspose::Words::Replacing::IReplacingCallback::Replacing method

IReplacingCallback::Replacing method

A user defined method that is called during a replace operation for each match found just before a replace is made.

virtual Aspose::Words::Replacing::ReplaceAction Aspose::Words::Replacing::IReplacingCallback::Replacing(System::SharedPtr<Aspose::Words::Replacing::ReplacingArgs> args)=0

ReturnValue

A ReplaceAction value that specifies the action to be taken for the current match.

See Also