SpellingSuggestions.SpellingErrorType Propiedad

Definición

Devuelve el tipo de error ortográfico.

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 de propiedad

Comentarios

WdSpellingErrorType puede ser una de estas constantes WdSpellingErrorType .

wdSpellingCapitalization

wdSpellingCorrect

wdSpellingNotInDictionary

Use el GetSpellingSuggestions(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) método para devolver una colección de palabras sugeridas como reemplazos ortográficos. Si una palabra está mal escrita, el CheckSpelling(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) método devuelve True.

Se aplica a