PowerPoint.Interfaces.SlideBackgroundSolidFillData interface

一个描述通过调用 slideBackgroundSolidFill.toJSON()返回的数据的接口。

属性

color

以 HTML 颜色格式指定填充颜色 (例如“#FFA500”或“橙色”) 。

transparency

指定填充的透明度百分比,其值从 0.0 (不透明) 到 1.0 (透明) 。

属性详细信息

color

以 HTML 颜色格式指定填充颜色 (例如“#FFA500”或“橙色”) 。

color?: string;

属性值

string

注解

API 集:PowerPointApi 1.10

transparency

指定填充的透明度百分比,其值从 0.0 (不透明) 到 1.0 (透明) 。

transparency?: number;

属性值

number

注解

API 集:PowerPointApi 1.10