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