Aspose::Words::Replacing::ReplaceAction enum

ReplaceAction enum

Allows the user to specify what happens to the current match during a replace operation.

enum class ReplaceAction

Values

NameValueDescription
Replace0Replace the current match.
Skip1Skip the current match.
Stop2Terminate the replace operation.

See Also