PpBulletType Enumeration
Specifies the type of bullet.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("66B3A5BE-C68B-42E2-8EF9-A5BD49AF516B")> _
Public Enumeration PpBulletType
'Usage
Dim instance As PpBulletType
[GuidAttribute("66B3A5BE-C68B-42E2-8EF9-A5BD49AF516B")]
public enum PpBulletType
Members
Member name | Description | |
---|---|---|
ppBulletMixed | Mixed bullets. | |
ppBulletNone | No bullets. | |
ppBulletUnnumbered | Unnumbered bullets. | |
ppBulletNumbered | Numbered bullets. | |
ppBulletPicture | Bullets with an image. |