PowerPoint.Interfaces.SlideBackgroundPatternFillLoadOptions interface
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.
Represents PowerPoint.SlideBackground pattern fill properties.
Remarks
Properties
| $all | Specifying |
| background |
Specifies the background color in HTML color format (e.g., "#FFFFFF" or "white"). |
| foreground |
Specifies the foreground color in HTML color format (e.g., "#FFA500" or "orange"). |
| pattern | Specifies the pattern type. |
Property Details
$all
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.
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
backgroundColor
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 the background color in HTML color format (e.g., "#FFFFFF" or "white").
backgroundColor?: boolean;
Property Value
boolean
Remarks
foregroundColor
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 the foreground color in HTML color format (e.g., "#FFA500" or "orange").
foregroundColor?: boolean;
Property Value
boolean
Remarks
pattern
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 the pattern type.
pattern?: boolean;
Property Value
boolean