ParagraphFormat Object

Multiple objects
ParagraphFormat
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

Properties | Alignment Property | Application Property | BaseLineAlignment Property | Bullet Property | FarEastLineBreakControl Property | HangingPunctuation Property | LineRuleAfter Property | LineRuleBefore Property | LineRuleWithin Property | Parent Property | SpaceAfter Property | SpaceBefore Property | SpaceWithin Property | TextDirection Property | WordWrap Property

Parent Objects | TextRange Object | TextStyleLevel Object

Child Objects | BulletFormat Object