Find.MatchFuzzy 属性

定义

确定 Microsoft Word在搜索过程中是否对日语文本使用非特定搜索选项。

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

属性值

注解

如果Word在搜索过程中对日语文本使用非特定搜索选项,则此属性返回 True,否则返回 False。 将属性值设置为 TrueFalse 以启用或禁用该功能。

适用于