MsoTextChangeCase 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 text.
public enum class MsoTextChangeCase
public enum MsoTextChangeCase
type MsoTextChangeCase =
Public Enum MsoTextChangeCase
- Inheritance
-
MsoTextChangeCase
Fields
Name | Value | Description |
---|---|---|
msoCaseSentence | 1 | Display the text as sentence case characters. Sentence case specifies that the first letter of the sentence is capitalized and that all others should be lowercase (with some exceptions such as proper nouns, and acronyms). |
msoCaseLower | 2 | Display the text as lowercase characters. |
msoCaseUpper | 3 | Display the text as uppercase characters. |
msoCaseTitle | 4 | Display the text as title case characters. Title case specifies that the first letter of each word is capitalized and that all others should be lowercase. In some cases short articles, prepositions, and conjunctions are not capitalized. |
msoCaseToggle | 5 | Indicates that lowercase text should be converted to uppercase and that uppercase text should be converted to lowercase text. |