SpellingSuggestions.SpellingErrorType Propriedade

Definição

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

WdSpellingErrorType

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.

Aplica-se a