BulletFormat.Type Property

Represents the type of bullet. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property Type As PpBulletType
    Get
    Set
'Usage
Dim instance As BulletFormat
Dim value As PpBulletType

value = instance.Type

instance.Type = value
PpBulletType Type { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpBulletType

Remarks

The value of the Type property can be one of the following PpBulletType constants:

ppBulletMixed

ppBulletNone

ppBulletNumbered

ppBulletPicture

ppBulletUnnumbered

See Also

Reference

BulletFormat Interface

BulletFormat Members

Microsoft.Office.Interop.PowerPoint Namespace