BaseLineAlignment Property

WdBaselineAlignment

WdBaselineAlignment can be one of these WdBaselineAlignment constants.
wdBaselineAlignAuto
wdBaselineAlignCenter
wdBaselineAlignTop
wdBaselineAlignBaseline
wdBaselineAlignFarEast50

expression.BaseLineAlignment

expression Required. An expression that returns one of the objects in the Applies To list.

Example

This example sets Microsoft Word to automatically adjust the baseline font alignment in the active document.

ActiveDocument.BaseLineAlignment = wdBaselineAlignAuto

Applies to | Paragraph Object | ParagraphFormat Object | Paragraphs Collection Object

See Also | AddSpaceBetweenFarEastAndAlpha Property | AddSpaceBetweenFarEastAndDigit Property | HalfWidthPunctuationOnTopOfLine Property