PowerPoint.Interfaces.SlideBackgroundGradientFillData interface

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

属性

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 ]