Find.MatchFuzzy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.