ParagraphFormat Object
BulletFormat
Represents the paragraph formatting of a text range.
Using the ParagraphFormat Object
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