Enum TextCapsType

TextCapsType enumeration

This type specifies the cap types of the text.

public enum TextCapsType

Values

NameValueDescription
None0None caps
All1Apply all caps on the text.
Small2Apply small caps to the text.

See Also