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)
Syntax
'Declaration
Public Enumeration WdBaselineAlignment
'Usage
Dim instance As WdBaselineAlignment
public enum WdBaselineAlignment
Members
Member name | Description | |
---|---|---|
wdBaselineAlignTop | Align along top of each font. | |
wdBaselineAlignCenter | Align center points of each font. | |
wdBaselineAlignBaseline | Align to a baseline for the paragraph. | |
wdBaselineAlignFarEast50 | Align using Far East font standards. | |
wdBaselineAlignAuto | Word automatically adjusts the baseline font alignment. |
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.