Share via


Find.SetAllFuzzyOptions Method

Activates all nonspecific search options associated with Japanese text.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub SetAllFuzzyOptions
'Usage
Dim instance As Find

instance.SetAllFuzzyOptions()
void SetAllFuzzyOptions()

Remarks

This method sets the following properties to True:

MatchFuzzyAY

MatchFuzzyBV

MatchFuzzyByte

MatchFuzzyCase

MatchFuzzyDash

MatchFuzzyDZ

MatchFuzzyHF

MatchFuzzyHiragana

MatchFuzzyIterationMark

MatchFuzzyKanji

MatchFuzzyKiKu

MatchFuzzyOldKana

MatchFuzzyProlongedSoundMark

MatchFuzzyPunctuation

MatchFuzzySmallKana

MatchFuzzySpace

MatchFuzzyTC

MatchFuzzyZJ

See Also

Reference

Find Interface

Find Members

Microsoft.Office.Interop.Word Namespace