WdDictionaryType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a proofing tool type.
public enum class WdDictionaryType
[System.Runtime.InteropServices.Guid("6AA9DBAF-EDDB-31DA-88C3-FFF0FBA0FC96")]
public enum WdDictionaryType
type WdDictionaryType =
Public Enum WdDictionaryType
- Inheritance
-
WdDictionaryType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdSpelling | 0 | Spelling. |
wdGrammar | 1 | Grammar. |
wdThesaurus | 2 | Thesaurus. |
wdHyphenation | 3 | Hyphenation. |
wdSpellingComplete | 4 | Not supported. |
wdSpellingCustom | 5 | Custom spelling dictionary. |
wdSpellingLegal | 6 | Legal dictionary. |
wdSpellingMedical | 7 | Medical dictionary. |
wdHangulHanjaConversion | 8 | Dictionary for converting between Hangul and Hanja. Available only if you have enabled support for Korean through Microsoft Office Language Settings. |
wdHangulHanjaConversionCustom | 9 | Custom dictionary for converting between Hangul and Hanja. |