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)
SyntaxC#
public enum VerticalAlignValue
Members| 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 |
See Also