Enum eTextAlignment
Text alignment
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public enum eTextAlignment
  Fields
| Name | Description | 
|---|---|
| Center | Center alignment  | 
      
| Distributed | Distributes the text words across an entire text line  | 
      
| Justified | Align text so that it is justified across the whole line.  | 
      
| JustifiedLow | Aligns the text with an adjusted kashida length for Arabic text  | 
      
| Left | Left alignment  | 
      
| Right | Right alignment  | 
      
| ThaiDistributed | Distributes Thai text specially, specially, because each character is treated as a word  |