Edit

Share via


PowerPoint.Interfaces.SlideBackgroundPatternFillLoadOptions interface

Represents PowerPoint.SlideBackground pattern fill properties.

Remarks

[ API set: PowerPointApi 1.10 ]

Properties

$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).

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

[ API set: PowerPointApi 1.10 ]

foregroundColor

Specifies the foreground color in HTML color format (e.g., "#FFA500" or "orange").

foregroundColor?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.10 ]

pattern

Specifies the pattern type.

pattern?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.10 ]