MsoTextCaps Enum

Definition

Specifies the capitalization of the text.

public enum class MsoTextCaps
public enum MsoTextCaps
type MsoTextCaps = 
Public Enum MsoTextCaps
Inheritance
MsoTextCaps

Fields

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 with any lowercase letters displayed as uppercase that are the same height as lowercase for the current font and size.

Applies to