Spell-check preferences.
spell preference Properties
| Property | Type | Access | Description |
|---|---|---|---|
| check capitalized sentences | boolean | r/w | If true, checks for uncapitalized first words in sentences. |
| check capitalized words | boolean | r/w | If true, checks for uncapitalized proper nouns. |
| check misspelled words | boolean | r/w | If true, checks for misspelled words. |
| check repeated words | boolean | r/w | If true, checks for repeated words. |
| class | type class | read | The class descriptor type. |
| dynamic spell check | boolean | r/w | If true, underlines misspelled and repeated words, uncapitalized proper nouns, and uncapitalized first words in sentences. Note: Valid only when the corresponding properties are true. For information, see check misspelled words, check repeated words, c… |
| misspelled word color | anything | r/w | The underline color for misspelled words, specified either as an array of three doubles, each in the range 0 to 255 and representing R, G, and B values, or as a UI color. Note: Valid only when both dynamic spell check and check misspelled words are tru… |
| object reference | spell preference | read | An object reference for the spell preference. |
| parent | reference | read | The parent of the spell preference (a application). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| repeated word color | anything | r/w | The underline color for repeated words, specified either as an array of three doubles, each in the range 0 to 255 and representing R, G, and B values, or as a UI color. Note: Valid only when both dynamic spell check and check repeated words are true. …. |
| uncapitalized sentence color | anything | r/w | The underline color for the first word in sentences that do not begin with a capital letter, specified either as an array of three doubles, each in the range 0 to 255 and representing R, G, and B values, or as a UI color. Note: Valid when both dynamic … |
| uncapitalized word color | anything | r/w | The underline color for uncapitalized proper nouns, specified either as an array of three doubles, each in the range 0 to 255 and representing R, G, and B values, or as a UI color. Note: Valid only when both dynamic spell check and check capitalized wo… |