PowerPoint.Interfaces.SlideBackgroundPictureOrTextureFillLoadOptions interface

表示 PowerPoint.SlideBackground 图片或纹理填充属性。

注解

[ API 集:PowerPointApi 1.10 ]

属性

$all

$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。

transparency

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

属性详细信息

$all

$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。

$all?: boolean;

属性值

boolean

transparency

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

transparency?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.10 ]