Paragraph.BaseLineAlignment Property
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.
Returns or sets a WdBaselineAlignment constant that represents the vertical position of fonts on a line.
public:
property Microsoft::Office::Interop::Word::WdBaselineAlignment BaseLineAlignment { Microsoft::Office::Interop::Word::WdBaselineAlignment get(); void set(Microsoft::Office::Interop::Word::WdBaselineAlignment value); };
public Microsoft.Office.Interop.Word.WdBaselineAlignment BaseLineAlignment { get; set; }
member this.BaseLineAlignment : Microsoft.Office.Interop.Word.WdBaselineAlignment with get, set
Public Property BaseLineAlignment As WdBaselineAlignment
Property Value
Remarks
WdBaselineAlignment can be one of the following constants:
wdBaselineAlignAuto
wdBaselineAlignCenter
wdBaselineAlignTop
wdBaselineAlignBaseline
wdBaselineAlignFarEast50