MsoTextCaps Enumeration
Specifies the capitalization of the text.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoTextCaps
'Usage
Dim instance As MsoTextCaps
public enum MsoTextCaps
Members
Member name | Description | |
---|---|---|
msoCapsMixed | Display the text as mixed uppercase and lowercase letters. | |
msoNoCaps | Display the text with no uppercase letters. | |
msoSmallCaps | Display the text with any lowercase letters displayed as uppercase that are the same height as lowercase for the current font and size. | |
msoAllCaps | Display the text as all uppercase letters. |