BaseLineAlignment Property

Applies To

ParagraphFormat object.

Description

Returns or sets the base line alignment for the specified paragraph. Can be one of the following PpBaselineAlignment constants: ppBaselineAlignBaseline, ppBaselineAlignCenter, ppBaselineAlignFarEast50, ppBaselineAlignMixed, or ppBaselineAlignTop. Read/write Long.

Example

This example displays the base line alignment for the paragraphs in shape two on slide one in the active presentation.

MsgBox ActivePresentation.Slides(1).Shapes(2).TextFrame.TextRange _
    .ParagraphFormat.BaseLineAlignment