PowerPoint.Interfaces.SlideBackgroundFillData interface
一个接口,用于描述通过调用 slideBackgroundFill.toJSON()返回的数据。
属性
| type | 返回幻灯片背景的填充类型。 有关详细信息,请参阅 PowerPoint.SlideBackgroundFillType 。 |
属性详细信息
type
返回幻灯片背景的填充类型。 有关详细信息,请参阅 PowerPoint.SlideBackgroundFillType 。
type?: PowerPoint.SlideBackgroundFillType | "Unsupported" | "Solid" | "Gradient" | "PictureOrTexture" | "Pattern";
属性值
PowerPoint.SlideBackgroundFillType | "Unsupported" | "Solid" | "Gradient" | "PictureOrTexture" | "Pattern"