Edit

Share via


Find.MatchFuzzy Property

Definition

Determines if Microsoft Word uses the nonspecific search options for Japanese text during a search.

public:
 property bool MatchFuzzy { bool get(); void set(bool value); };
public bool MatchFuzzy { get; set; }
member this.MatchFuzzy : bool with get, set
Public Property MatchFuzzy As Boolean

Property Value

Remarks

This property returns True if Word uses the nonspecific search options for Japanese text during a search, and False if not. Set the property value to True or False to enable or disable the functionality.

Applies to