Paragraph.BaseLineAlignment Property (Word)
Returns or sets a WdBaselineAlignment constant that represents the vertical position of fonts on a line. Read/write.
Syntax
expression .BaseLineAlignment
expression Required. A variable that represents a Paragraph object.
Example
This example sets Microsoft Word to automatically adjust the baseline font alignment in the active document.
ActiveDocument.BaseLineAlignment = wdBaselineAlignAuto