menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelFontVertialAlignment - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelFontVertialAlignment

    Defines the possible settings for vertical alignment of a run of text. This is used to get superscript or subscript text without altering the font size properties of the rest of the text run.

    Inheritance
    System.Object
    ExcelFontVertialAlignment
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.NET.dll
    Syntax
    public sealed class ExcelFontVertialAlignment : Enum

    Fields

    Baseline

    Returns the text in this run to the baseline, default, alignment, and returns it to the original font size.

    Declaration
    public const ExcelFontVertialAlignment Baseline
    Field Value
    Type
    ExcelFontVertialAlignment

    Subscript

    Specifies that this text should be subscript. Lowers the text in this run below the baseline and changes it to a smaller size, if a smaller size is available.

    Declaration
    public const ExcelFontVertialAlignment Subscript
    Field Value
    Type
    ExcelFontVertialAlignment

    Superscript

    Specifies that this text should be superscript. Raises the text in this run above the baseline and changes it to a smaller size, if a smaller size is available.

    Declaration
    public const ExcelFontVertialAlignment Superscript
    Field Value
    Type
    ExcelFontVertialAlignment
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved