PpParagraphAlignment Enumeration
Specifies the alignment for each paragraph in the specified paragraph format.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("07012DE4-763E-467D-8B87-1E10304332F8")> _
Public Enumeration PpParagraphAlignment
'Usage
Dim instance As PpParagraphAlignment
[GuidAttribute("07012DE4-763E-467D-8B87-1E10304332F8")]
public enum PpParagraphAlignment
Members
Member name | Description | |
---|---|---|
ppAlignmentMixed | Mixed alignment | |
ppAlignLeft | Left aligned | |
ppAlignCenter | Center align | |
ppAlignRight | Right-aligned | |
ppAlignJustify | Justify | |
ppAlignDistribute | Distribute | |
ppAlignThaiDistribute | Thai distributed | |
ppAlignJustifyLow | Low justify |