Specifies the horizontal alignment for the object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("9D60EF74-103F-4ACB-8042-20C4D100F034")> _
Public Enumeration XlHAlign
'Usage
Dim instance As XlHAlign
[GuidAttribute("9D60EF74-103F-4ACB-8042-20C4D100F034")]
public enum XlHAlign
Members
| Member name | Description | |
|---|---|---|
| xlHAlignCenter | Center | |
| xlHAlignCenterAcrossSelection | Center across selection. | |
| xlHAlignDistributed | Distribute | |
| xlHAlignFill | Fill | |
| xlHAlignGeneral | Align according to data type. | |
| xlHAlignJustify | Justify | |
| xlHAlignLeft | Left | |
| xlHAlignRight | Right |