Compartilhar via


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

Comentários

WdSpellingErrorType pode ser uma dessas 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 ortográficas. Se uma palavra for escrita incorretamente, o CheckSpelling(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) método retornará True.

Aplica-se a