Paragraphs.BaseLineAlignment Property

Word Developer Reference

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.

Visual Basic for Applications
  ActiveDocument.BaseLineAlignment = wdBaselineAlignAuto

See Also