Find.ClearAllFuzzyOptions Method

Clears 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 ClearAllFuzzyOptions
'Usage
Dim instance As Find

instance.ClearAllFuzzyOptions()
void ClearAllFuzzyOptions()

Remarks

This method sets the value of the following properties to False:

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