Enum eTextVerticalType
Vertical text type
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public enum eTextVerticalType
  Fields
| Name | Description | 
|---|---|
| EastAsianVertical | East Asian version of vertical text. Normal fonts are displayed as if rotated by 90 degrees while some East Asian are displayed vertical.  | 
      
| Horizontal | Horizontal text. Default  | 
      
| MongolianVertical | East asian version of vertical text. . Normal fonts are displayed as if rotated by 90 degrees while some East Asian are displayed vertical. LEFT RIGHT  | 
      
| Vertical | All of the text is vertical orientation, 90 degrees rotated clockwise  | 
      
| Vertical270 | All of the text is vertical orientation, 90 degrees rotated counterclockwise  | 
      
| WordArtVertical | All of the text is vertical  | 
      
| WordArtVerticalRightToLeft | Vertical WordArt will be shown from right to left  |