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 LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

visible

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

Property Details

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

visible

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

visible?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.4 ]