WdBaselineAlignment Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the vertical position of fonts on a line.
public enum class WdBaselineAlignment
[System.Runtime.InteropServices.Guid("D1F7D404-FE34-32EA-8235-0FB8CAA2E73B")]
public enum WdBaselineAlignment
type WdBaselineAlignment =
Public Enum WdBaselineAlignment
- Inheritance
-
WdBaselineAlignment
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdBaselineAlignTop | 0 | Align along top of each font. |
wdBaselineAlignCenter | 1 | Align center points of each font. |
wdBaselineAlignBaseline | 2 | Align to a baseline for the paragraph. |
wdBaselineAlignFarEast50 | 3 | Align using Far East font standards. |
wdBaselineAlignAuto | 4 | 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.