Value
| Name | Description | Value |
|---|---|---|
| ChangeCaseOptions.LOWERCASE | Converts all letters to lowercase. | 1667460195 = 'cclc' |
| ChangeCaseOptions.NONE | No conversion. | 1852796517 = 'none' |
| ChangeCaseOptions.SENTENCECASE | Converts the first letter of the first word of each sentence to uppercase. | 1667461987 = 'ccsc' |
| ChangeCaseOptions.TITLECASE | Converts the first letter of each word to uppercase. | 1667462243 = 'cctc' |
| ChangeCaseOptions.UPPERCASE | Converts all letters to uppercase. | 1667462499 = 'ccuc' |
Usage
As property
MatchCharacterStylePreference.changeCase
MatchParagraphStylePreference.changeCase
| Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |