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

Name Value Description
NormalCase 0 Normal case.
AllCapitalLetters 1 All capital (uppercase) letters.
InitialCapitalLettersOnly 2 Initial capital letters only.
Undefined -2147483648 Undefined.

See Also