Edit

Share via


PowerPoint.Interfaces.SlideBackgroundData interface

An interface describing the data returned by calling slideBackground.toJSON().

Properties

areBackgroundGraphicsHidden

Specifies whether the slide layout background fill hides or displays background graphic objects from the slide master.

isMasterBackgroundFollowed

Specifies if the slide background follows the slide master background.

Property Details

areBackgroundGraphicsHidden

Specifies whether the slide layout background fill hides or displays background graphic objects from the slide master.

areBackgroundGraphicsHidden?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.10 ]

isMasterBackgroundFollowed

Specifies if the slide background follows the slide master background.

isMasterBackgroundFollowed?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.10 ]