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 を返します。 この機能を有効または無効にするには、プロパティ値を True または False に設定します。

適用対象