Style.Font.VerticalAlignValue Enumeration
From NanoXLSX
NanoXLSX Library Documentation
![]() | StyleFontVerticalAlignValue Enumeration |
Enum for the vertical alignment of the text from base line
Namespace: NanoXLSX.Style
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
C#
public enum VerticalAlignValue
| Member name | Value | Description | |
|---|---|---|---|
| subscript | 0 | Text will be rendered as subscript | |
| superscript | 1 | Text will be rendered as superscript | |
| none | 2 | Text will be rendered normal |
