Paragraphs.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 Paragraphs collection.

Example

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

ActiveDocument.BaseLineAlignment = wdBaselineAlignAuto

See Also

Concepts

Paragraphs Object Members

Paragraphs Collection Object