Edit

Share via


PowerPoint.Interfaces.SlideBackgroundSolidFillLoadOptions interface

Represents PowerPoint.SlideBackground solid 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).

color

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

transparency

Specifies the transparency percentage of the fill as a value from 0.0 (opaque) through 1.0 (clear).

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

color

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

color?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.10 ]

transparency

Specifies the transparency percentage of the fill as a value from 0.0 (opaque) through 1.0 (clear).

transparency?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.10 ]