MsoTextCaps Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the capitalization of the text.
public enum class MsoTextCaps
public enum MsoTextCaps
type MsoTextCaps =
Public Enum MsoTextCaps
- Inheritance
-
MsoTextCaps
Fields
Name | Value | Description |
---|---|---|
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 with any lowercase letters displayed as uppercase that are the same height as lowercase for the current font and size. |
msoAllCaps | 2 | Display the text as all uppercase letters. |