PowerPoint.Interfaces.SlideBackgroundUpdateData interface
An interface for updating data on the SlideBackground
object, for use in slideBackground.set({ ... })
.
Properties
are |
Specifies whether the slide layout background fill hides or displays background graphic objects from the slide master. |
is |
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
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