ParagraphFormat2.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.
Gets or sets a constant that represents the vertical position of fonts in a paragraph. Read/write.
public:
property Microsoft::Office::Core::MsoBaselineAlignment BaselineAlignment { Microsoft::Office::Core::MsoBaselineAlignment get(); void set(Microsoft::Office::Core::MsoBaselineAlignment value); };
public Microsoft.Office.Core.MsoBaselineAlignment BaselineAlignment { get; set; }
member this.BaselineAlignment : Microsoft.Office.Core.MsoBaselineAlignment with get, set
Public Property BaselineAlignment As MsoBaselineAlignment