Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FindReplaceOptions Class
Properties

In This Topic
    FindReplaceOptions Class Members
    In This Topic

    The following tables list the members exposed by FindReplaceOptions.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FindReplaceOptions class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets the formatting options associated with the search. (Inherited from GrapeCity.Documents.Word.FindOptions)
    Public PropertyGets or sets a value indicating whether the search should ignore case.

    The default is false.

    (Inherited from GrapeCity.Documents.Word.FindOptions)
    Public PropertyGets 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)
    Public PropertyGets or sets a value indicating whether empty runs that appeared as the result of a replace operation should be removed.

    The default is false.

     
    Public Property Gets or sets a callback action that is called for each found instance after the replacement has been done.  
    Public Property 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.  
    Public PropertyGets 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)
    Public PropertyGets 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)
    Top
    See Also