Spelling preferences.
SpellPreference Properties
| Property | Type | Access | Description |
|---|---|---|---|
| CheckCapitalizedSentences | Boolean | r/w | Whether to check capitalized sentences. |
| CheckCapitalizedWords | Boolean | r/w | Whether to check capitalized words. |
| CheckMisspelledWords | Boolean | r/w | Whether to check misspelled words. |
| CheckRepeatedWords | Boolean | r/w | Whether to check repeated words. |
| DynamicSpellCheck | Boolean | r/w | Whether to underline misspelled words. |
| MisspelledWordColor | Array of 3 Doubles (0 – 255), idUIColors enumeration (see table at end of chapter) | r/w | Color used to underline misspelled words as Array of 3 Doubles (0 – 255) or idUIColors enumerator. |
| Parent | Object | read | The parent of the object. |
| RepeatedWordColor | Array of 3 Doubles (0 – 255), idUIColors enumeration (see table at end of chapter) | r/w | Color used to underline repeated words. |
| UncapitalizedSentenceColor | Array of 3 Doubles (0 – 255), idUIColors enumeration (see table at end of chapter) | r/w | Color used to uncapitalized sentences. |
| UncapitalizedWordColor | Array of 3 Doubles (0 – 255), idUIColors enumeration (see table at end of chapter) | r/w | Color used to underline uncapitalized words. |