ParagraphFormat Interface

Represents the paragraph formatting of a text range.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("91493496-5A91-11CF-8700-00AA0060263B")> _
Public Interface ParagraphFormat
'Usage
Dim instance As ParagraphFormat
[GuidAttribute("91493496-5A91-11CF-8700-00AA0060263B")]
public interface ParagraphFormat

Examples

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

See Also

Reference

ParagraphFormat Members

Microsoft.Office.Interop.PowerPoint Namespace