WdBaselineAlignment Enumeration 

Specifies the vertical position of fonts on a line.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdBaselineAlignment1 As WdBaselineAlignment = WdBaselineAlignment.wdBaselineAlignAuto

Syntax

Public Enum WdBaselineAlignment
public enum WdBaselineAlignment
public enum class WdBaselineAlignment
public enum WdBaselineAlignment
public enum WdBaselineAlignment

Members

Member name Description
wdBaselineAlignAuto Word automatically adjusts the baseline font alignment.
wdBaselineAlignBaseline Align to a baseline for the paragraph.
wdBaselineAlignCenter Align center points of each font.
wdBaselineAlignFarEast50 Align using Far East font standards.
wdBaselineAlignTop Align along top of each font.

Remarks

This enumeration is used with the BaselineAlignment property of the Paragraph, Paragraphs, and ParagraphFormat objects. The effects of baseline alignment are most obvious when the paragraph includes text of varying sizes on the same line.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace