Enum eTextAnchoringType
- Namespace
- OfficeOpenXml.Drawing
- Assembly
- EPPlus.dll
Text anchoring
public enum eTextAnchoringType
Fields
Bottom = 0
Anchor the text to the bottom
Center = 1
Anchor the text to the center
Distributed = 2
Anchor the text so that it is distributed vertically.
Justify = 3
Anchor the text so that it is justified vertically.
Top = 4
Anchor the text to the top