WdSpellingErrorType Énumération
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.
Définit un type de faute d'orthographe.
public enum class WdSpellingErrorType
[System.Runtime.InteropServices.Guid("3F83F6C0-D880-32CE-97A9-D13517AA8F3F")]
public enum WdSpellingErrorType
type WdSpellingErrorType =
Public Enum WdSpellingErrorType
- Héritage
-
WdSpellingErrorType
- Attributs
Champs
| wdSpellingCapitalization | 2 | Erreur de majuscule. |
| wdSpellingCorrect | 0 | L'orthographe est correcte. |
| wdSpellingNotInDictionary | 1 | Le mot ne se trouve pas dans le dictionnaire spécifié. |