Specifies the vertical position of inline text relative to the paragraph baseline for subscript, superscript, and normal text rendering.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Styles
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public enum BaselineAlignment
Fields
Positions text at the standard baseline of the paragraph.
C#
Baseline = 0
Lowers text below the baseline for subscript rendering.
C#
Subscript = 1
Raises text above the baseline for superscript rendering.
C#
Superscript = 2