XlOrientation Enumeration
Specifies the text orientation.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("BCC70DFC-C553-4FA1-99CC-C599A711ADD0")> _
Public Enumeration XlOrientation
'Usage
Dim instance As XlOrientation
[GuidAttribute("BCC70DFC-C553-4FA1-99CC-C599A711ADD0")]
public enum XlOrientation
Members
Member name | Description | |
---|---|---|
xlDownward | Text runs downward. | |
xlHorizontal | Text runs horizontally. | |
xlUpward | Text runs upward. | |
xlVertical | Text runs downward and is centered in the cell. |