Enum eTextCapsType
Specifies the cap types of the text
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public enum eTextCapsType
  Fields
| Name | Description | 
|---|---|
| All | Apply all caps on the text. All lower case letters are converted to upper case, but stored without change.  | 
      
| None | None  | 
      
| Small | Apply small caps to the text. Letters are converted to lower case.  |