Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Returns or sets the bullet style. Read/write.
Syntax
expression .Style
expression A variable that represents a BulletFormat object.
Return Value
Remarks
Some of the PpNumberedBulletStyle constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.
Example
This example sets the bullet style for the bulleted list, represented by shape one on the first slide, to a shadow color number with circular background of normal text color.
ActivePresentation.Slides(1).Shapes(1).TextFrame _
.TextRange.ParagraphFormat.Bullet _
.Style = ppBulletCircleNumWDBlackPlain