WdBaselineAlignment Enum

Definition

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

wdBaselineAlignAuto 4

Word automatically adjusts the baseline font alignment.

wdBaselineAlignBaseline 2

Align to a baseline for the paragraph.

wdBaselineAlignCenter 1

Align center points of each font.

wdBaselineAlignFarEast50 3

Align using Far East font standards.

wdBaselineAlignTop 0

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.

Applies to