MsoTextChangeCase Enumeration
Specifies the capitalization of text.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoTextChangeCase
'Usage
Dim instance As MsoTextChangeCase
public enum MsoTextChangeCase
Members
Member name | Description | |
---|---|---|
msoCaseSentence | 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 | Display the text as lowercase characters. | |
msoCaseUpper | Display the text as uppercase characters. | |
msoCaseTitle | 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 | Indicates that lowercase text should be converted to uppercase and that uppercase text should be converted to lowercase text. |