Style.Font.VerticalAlignValue Enumeration

NanoXLSX

NanoXLSX

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)
Syntax
C#
public enum VerticalAlignValue
Members
  Member nameValueDescription
subscript0Text will be rendered as subscript
superscript1Text will be rendered as superscript
none2Text will be rendered normal
See Also