ParagraphFormat object (PowerPoint)
Represents the paragraph formatting of a text range.
Example
Use the ParagraphFormatproperty 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
Properties
See also
PowerPoint Object Model Reference
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.