PowerPoint.Interfaces.SlideBackgroundSolidFillLoadOptions interface
表示 PowerPoint.SlideBackground 实体填充属性。
属性
| $all | 指定加载选项将 |
| color | 以 HTML 颜色格式指定填充颜色 (例如“#FFA500”或“橙色”) 。 |
| transparency | 指定填充的透明度百分比,其值从 0.0 (不透明) 到 1.0 (透明) 。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
color
transparency
指定填充的透明度百分比,其值从 0.0 (不透明) 到 1.0 (透明) 。
transparency?: boolean;
属性值
boolean