EnumVerticalTextAlignment
Enum
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.
Subscript
Text is lowered below the baseline and rendered at a smaller size.
Superscript
Text is raised above the baseline and rendered at a smaller size.