[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ReplaceAction

ReplaceAction Enum

Specifies the action to take when a match is found.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum ReplaceAction
Public Enum ReplaceAction

Fields

Name Description
Replace

Replace the current capture.

SkipCurrentCapture

Skip the current capture.

SkipWholeMatch

Skip the current match.

Stop

Stop the search.