ParagraphFormat.Alignment Property
Returns or sets the alignment for each paragraph in the specified paragraph format. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Alignment As PpParagraphAlignment
Get
Set
'Usage
Dim instance As ParagraphFormat
Dim value As PpParagraphAlignment
value = instance.Alignment
instance.Alignment = value
PpParagraphAlignment Alignment { get; set; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.PpParagraphAlignment
Remarks
The value of the Alignment property can be one of these PpParagraphAlignment constants.