Edit

Share via


PowerPoint.Interfaces.SlideBackgroundUpdateData interface

An interface for updating data on the SlideBackground object, for use in slideBackground.set({ ... }).

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 ]