PowerPoint.SlideBackgroundPictureOrTextureFillOptions interface

表示 PowerPoint.SlideBackground 图片或纹理填充选项。

注解

[ API 集:PowerPointApi 1.10 ]

属性

imageBase64

如果提供,则指定填充的 Base64 编码图像数据。

transparency

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

属性详细信息

imageBase64

如果提供,则指定填充的 Base64 编码图像数据。

imageBase64?: string;

属性值

string

注解

[ API 集:PowerPointApi 1.10 ]

transparency

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

transparency: number;

属性值

number

注解

[ API 集:PowerPointApi 1.10 ]