
Gets or sets the baseline alignment, in twips, of the style. Positive values moves the baseline to superscript, negative values move the baseline to subscript.
[C#]
public int Baseline { get; set; }
[Visual Basic]
Public Property Baseline() As Integer
The property's value must be between -960 twips and 960 twips (48 pt).