Name | Description | |
---|---|---|
FindReplaceOptions Constructor | Initializes a new instance of the FindReplaceOptions class. |
The following tables list the members exposed by FindReplaceOptions.
Name | Description | |
---|---|---|
FindReplaceOptions Constructor | Initializes a new instance of the FindReplaceOptions class. |
Name | Description | |
---|---|---|
FormattingOptions | Gets the formatting options associated with the search. (Inherited from GrapeCity.Documents.Word.FindOptions) | |
IgnoreCase | Gets or sets a value indicating whether the search should ignore case.
The default is false. (Inherited from GrapeCity.Documents.Word.FindOptions) | |
RegularExpressions | Gets or sets a value indicating whether the search should use regular expressions. If true, the search pattern represents a .NET regular expression (see System.Text.RegularExpressions.Regex for details).
The default is false. (Inherited from GrapeCity.Documents.Word.FindOptions) | |
RemoveEmptyRuns | Gets or sets a value indicating whether empty runs that appeared as the result of a replace operation should be removed.
The default is false. | |
ReplacedCallback | Gets or sets a callback action that is called for each found instance after the replacement has been done. | |
ReplacingCallback | Gets or sets a callback function that is called for each found instance prior to the replacement. The return value of the function specifies the action that should be taken. | |
SearchBackwards | Gets or sets a value indicating whether the search should proceed from the end of the search range backwards.
The default is false. (Inherited from GrapeCity.Documents.Word.FindOptions) | |
UseCultureInvariant | Gets or sets a value indicating whether the search should use InvariantCulture.
The default is false (CultureInfo.CurrentCulture is used). (Inherited from GrapeCity.Documents.Word.FindOptions) |