PowerPoint.FillProperties interface
Represents the fill formatting of a table cell.
Remarks
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
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