Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.2 KB

PowerPoint.BulletFormat.Style.md

File metadata and controls

53 lines (30 loc) · 1.2 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
BulletFormat.Style property (PowerPoint)
vbapp10.chm577010
vbapp10.chm577010
PowerPoint.BulletFormat.Style
2cc49660-bcf7-f965-f3cb-80e6d06ba789
06/08/2017
medium

BulletFormat.Style property (PowerPoint)

Returns or sets the bullet style. Read/write.

Syntax

expression.Style

expression A variable that represents a BulletFormat object.

Return value

PpNumberedBulletStyle

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

See also

BulletFormat Object

[!includeSupport and feedback]