SpellingSuggestions.SpellingErrorType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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.