Поделиться через


SpellingSuggestions.SpellingErrorType Свойство

Определение

Возвращает тип орфографической ошибки.

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

Значение свойства

Комментарии

WdSpellingErrorType может быть одной из этих констант WdSpellingErrorType .

wdSpellingCapitalization

wdSpellingCorrect

wdSpellingNotInDictionary

Используйте метод , GetSpellingSuggestions(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) чтобы вернуть коллекцию слов, предлагаемых в качестве замены орфографии. Если слово введено с ошибкой, CheckSpelling(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) метод возвращает значение True.

Применяется к