Enum CaseValue

CaseValue enumeration

Determines the case of a shape’s text. All capital (uppercase) letters (1) and initial capital letters (2) do not change the appearance of text that was entered in all capital letters. The text must be entered in lowercase letters for these options to show an effect.

public enum CaseValue

Values

NameValueDescription
NormalCase0Normal case.
AllCapitalLetters1All capital (uppercase) letters.
InitialCapitalLettersOnly2Initial capital letters only.
Undefined-2147483648Undefined.

See Also