Enum eTextAnchoringType
Text anchoring
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public enum eTextAnchoringType
  Fields
| Name | Description | 
|---|---|
| Bottom | Anchor the text to the bottom  | 
      
| Center | Anchor the text to the center  | 
      
| Distributed | Anchor the text so that it is distributed vertically.  | 
      
| Justify | Anchor the text so that it is justified vertically.  | 
      
| Top | Anchor the text to the top  |