ParagraphFormat Object (PowerPoint)
Represents the paragraph formatting of a text range.
Example
Use the ParagraphFormat property to return the ParagraphFormat object. The following example left aligns the paragraphs in shape two on slide one in the active presentation.
ActivePresentation.Slides(1).Shapes(2).TextFrame.TextRange _
.ParagraphFormat.Alignment = ppAlignLeft