Enum
VerticalTextAlignment

Specifies the vertical text alignment (baseline, superscript, or subscript) applied to cell font formatting.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum VerticalTextAlignment

Fields

Baseline

No vertical offset; text is rendered at the normal baseline.

Declaration

cs-api-definition
Baseline = 0

Field Value

VerticalTextAlignment

Subscript

Text is lowered below the baseline and rendered at a smaller size.

Declaration

cs-api-definition
Subscript = 2

Field Value

VerticalTextAlignment

Superscript

Text is raised above the baseline and rendered at a smaller size.

Declaration

cs-api-definition
Superscript = 1

Field Value

VerticalTextAlignment

In this article
DefinitionFieldsBaselineSubscriptSuperscript
Not finding the help you need?
Contact Support