Determines whether and how the specific case of a word is ignored. The enumeration contains the following values:
| Member | Description |
|---|---|
| All |
The case of the word is ignored, if all characters are lowercase. |
| All |
The case of the word is ignored, if all characters are uppercase. |
| Always | The case of the word is always ignored. |
| Never | The case of the word is never ignored. |
| Word |
The case of the first word character is ignored. |
| Word |
The case of the first word character is ignored, if it is uppercase. |