Constants that specify the tab-stop type, passed to and returned by the Type property of the TabStop object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("F08DD520-1E7A-4812-9CE2-A96B079299D1")> _
Public Enumeration PpTabStopType
'Usage
Dim instance As PpTabStopType
[GuidAttribute("F08DD520-1E7A-4812-9CE2-A96B079299D1")]
public enum PpTabStopType
Members
| Member name | Description | |
|---|---|---|
| ppTabStopMixed | Mixed | |
| ppTabStopLeft | Left tab stop. | |
| ppTabStopCenter | Center tab stop. | |
| ppTabStopRight | Right tab stop. | |
| ppTabStopDecimal | Decimal tab stop. |