SpellingSuggestions.SpellingErrorType Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna o tipo de erro de ortografia.
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
Valor da propriedade
Comentários
WdSpellingErrorTypepode ser uma destas constantes WdSpellingErrorType .
wdSpellingCapitalization
wdSpellingCorrect
wdSpellingNotInDictionary
Use o GetSpellingSuggestions(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) método para retornar uma coleção de palavras sugeridas como substituições de ortografia. Se uma palavra tiver sido digitada incorretamente, o CheckSpelling(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) método retornará true.