Edit

Share via


PowerPoint.Interfaces.BulletFormatLoadOptions interface

Represents the bullet formatting properties of a text that is attached to the PowerPoint.ParagraphFormat.

Remarks

[ API set: PowerPointApi 1.4 ]

Properties

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

style

Specifies the style of the bullets in the paragraph. See PowerPoint.BulletStyle for details. Returns null if the PowerPoint.TextRange includes text fragments with different bullet formatting properties.

type

Specifies the type of the bullets in the paragraph. See PowerPoint.BulletType for details. Returns null if the PowerPoint.TextRange includes text fragments with different bullet formatting properties.

visible

Specifies if the bullets in the paragraph are visible. Returns null if the PowerPoint.TextRange includes text fragments with different bullet visibility values.

Property Details

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

$all?: boolean;

Property Value

boolean

style

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Specifies the style of the bullets in the paragraph. See PowerPoint.BulletStyle for details. Returns null if the PowerPoint.TextRange includes text fragments with different bullet formatting properties.

style?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

type

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Specifies the type of the bullets in the paragraph. See PowerPoint.BulletType for details. Returns null if the PowerPoint.TextRange includes text fragments with different bullet formatting properties.

type?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

visible

Specifies if the bullets in the paragraph are visible. Returns null if the PowerPoint.TextRange includes text fragments with different bullet visibility values.

visible?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.4 ]