PpDirection Enumeration
Specifies the layout direction for text, table cells , or user interface.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("F37B6599-0312-44BF-984E-1136C06CDAB2")> _
Public Enumeration PpDirection
'Usage
Dim instance As PpDirection
[GuidAttribute("F37B6599-0312-44BF-984E-1136C06CDAB2")]
public enum PpDirection
Members
Member name | Description | |
---|---|---|
ppDirectionMixed | Mixed layout | |
ppDirectionLeftToRight | Left-to-right layout | |
ppDirectionRightToLeft | Right-to-left layout |