Edit

Share via


PowerPoint.FillProperties interface

Represents the fill formatting of a table cell.

Remarks

[ API set: PowerPointApi 1.8 ]

Properties

color

Represents the shape fill color in the hexadecimal format #RRGGBB (e.g., "FFA500") or as a named HTML color value (e.g., "orange").

transparency

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

Property Details

color

Represents the shape fill color in the hexadecimal format #RRGGBB (e.g., "FFA500") or as a named HTML color value (e.g., "orange").

color?: string | undefined;

Property Value

string | undefined

Remarks

[ API set: PowerPointApi 1.8 ]

transparency

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

transparency?: number | undefined;

Property Value

number | undefined

Remarks

[ API set: PowerPointApi 1.8 ]