PowerPoint.Interfaces.SlideBackgroundGradientFillUpdateData interface

用于更新对象上的 SlideBackgroundGradientFill 数据的接口,用于 在 中使用 slideBackgroundGradientFill.set({ ... })

属性

type

指定 gradient fill 的类型。

属性详细信息

type

指定 gradient fill 的类型。

type?: PowerPoint.SlideBackgroundGradientFillType | "Unsupported" | "Linear" | "Radial" | "Rectangular" | "Path" | "ShadeFromTitle";

属性值

PowerPoint.SlideBackgroundGradientFillType | "Unsupported" | "Linear" | "Radial" | "Rectangular" | "Path" | "ShadeFromTitle"

注解

[ API 集:PowerPointApi 1.10 ]