PowerPoint.Interfaces.SlideBackgroundPatternFillLoadOptions interface
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
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
Specifies the background color in HTML color format (e.g., "#FFFFFF" or "white").
backgroundColor?: boolean;
Property Value
boolean
Remarks
foregroundColor
Specifies the foreground color in HTML color format (e.g., "#FFA500" or "orange").
foregroundColor?: boolean;
Property Value
boolean
Remarks
pattern
Specifies the pattern type.
pattern?: boolean;
Property Value
boolean