Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PowerPoint.Interfaces.SlideBackgroundPatternFillLoadOptions interface
- Package:
- powerpoint
Represents PowerPoint.SlideBackground pattern fill properties.
Properties
| $all | Specifying |
| backgroundColor | Specifies the background color in HTML color format (e.g., "#FFFFFF" or "white"). |
| foregroundColor | 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
Remarks
Office Add-ins
Feedback
Was this page helpful?
