Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public enum WdBaselineAlignment
Member nameDescription
wdBaselineAlignTopAlign along top of each font.
wdBaselineAlignCenterAlign center points of each font.
wdBaselineAlignBaselineAlign to a baseline for the paragraph.
wdBaselineAlignFarEast50Align using Far East font standards.
wdBaselineAlignAutoWord automatically adjusts the baseline font alignment.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.