Edit

Share via


PowerPoint.Interfaces.SlideLayoutBackgroundData interface

An interface describing the data returned by calling slideLayoutBackground.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 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 ]