PowerPoint.Interfaces.SlideBackgroundSolidFillData interface

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

属性

color

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

transparency

将填充的透明度百分比指定为从 0.0 (不透明) 到 1.0 (清除) 的值。

属性详细信息

color

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

color?: string;

属性值

string

注解

[ API 集:PowerPointApi 1.10 ]

transparency

将填充的透明度百分比指定为从 0.0 (不透明) 到 1.0 (清除) 的值。

transparency?: number;

属性值

number

注解

[ API 集:PowerPointApi 1.10 ]