SpellingSuggestions.SpellingErrorType Propriété

Définition

Renvoie le type d'erreur de l'orthographe.

public:
 property Microsoft::Office::Interop::Word::WdSpellingErrorType SpellingErrorType { Microsoft::Office::Interop::Word::WdSpellingErrorType get(); };
public Microsoft.Office.Interop.Word.WdSpellingErrorType SpellingErrorType { get; }
member this.SpellingErrorType : Microsoft.Office.Interop.Word.WdSpellingErrorType
Public ReadOnly Property SpellingErrorType As WdSpellingErrorType

Valeur de propriété

WdSpellingErrorType

Remarques

WdSpellingErrorTypeIl peut s’agir de l’une des constantes WdSpellingErrorType suivantes.

wdSpellingCapitalization

wdSpellingCorrect

wdSpellingNotInDictionary

Utilisez la GetSpellingSuggestions(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) méthode pour renvoyer une collection de mots suggérés en remplacement de l’orthographe. Si un mot est mal orthographié, la CheckSpelling(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) méthode renvoie la valeur true.

S’applique à