ParagraphFormat Object

Description

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.