MsoTextCaps Enumeration
Specifies the capitalization of the text.
| Name | Value | Description |
|---|---|---|
| msoAllCaps | 2 | Display the text as all uppercase letters. |
| msoCapsMixed | -2 | Display the text as mixed uppercase and lowercase letters. |
| msoNoCaps | 0 | Display the text with no uppercase letters. |
| msoSmallCaps | 1 | Display the text as with all lowercasee letters. |