[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ReplaceAction

Enum ReplaceAction

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Specifies the action to take when a match is found.

public enum ReplaceAction

Fields

Replace = 0

Replace the current capture.

SkipCurrentCapture = 2

Skip the current capture.

SkipWholeMatch = 1

Skip the current match.

Stop = 3

Stop the search.