Click or drag to resize
TextCasing Enumeration
Case changes supported by the Text Object Model.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum TextCasing
Members
  Member nameValueDescription
LowerCase0Sets all text to lowercase.
UpperCase1Sets all text to uppercase.
TitleCase2Capitalizes the first letter of each word.
SentenceCase4Capitalizes the first letter of each sentence.
ToggleCase5Toggles the case of each letter.
See Also