Show AllShow All

BaseLineAlignment Property

Returns or sets a WdBaselineAlignment constant that represents the vertical position of fonts on a line. Read/write.

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
		
©2003 Microsoft Corporation. All rights reserved.