Edit

Share via


PowerPoint.Interfaces.SlideLayoutBackgroundUpdateData interface

An interface for updating data on the SlideLayoutBackground object, for use in slideLayoutBackground.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 layout 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 layout background follows the slide master background.

isMasterBackgroundFollowed?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.10 ]