ParagraphFormat.BaseLineAlignment property (PowerPoint)
Returns or sets the base line alignment for the specified paragraph. Read/write.
Syntax
expression. BaseLineAlignment
expression A variable that represents a ParagraphFormat object.
Return value
PpBaselineAlignment
Remarks
The value of the BaseLineAlignment property can be one of these PpBaselineAlignment constants
ppBaselineAlignBaseline |
ppBaselineAlignCenter |
ppBaselineAlignFarEast50 |
ppBaselineAlignMixed |
ppBaselineAlignTop |
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
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.