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

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 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 BETA (PREVIEW ONLY) ]

isMasterBackgroundFollowed

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 if the slide background follows the slide master background.

isMasterBackgroundFollowed?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]