Enum PageBackgroundType
页面背景类型
页面背景的类型。
如需调用枚举,您可以调用其父类、名称和属性。例如
SlidesApp.PageBackgroundType.SOLID
。
属性
属性 | 类型 | 说明 |
UNSUPPORTED | Enum | 不受支持的页面背景类型。 |
NONE | Enum | 无填充,因此背景会呈现为白色。 |
SOLID | Enum | 单色填充。 |
PICTURE | Enum | 拉伸以填满整个页面的图片。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-03。
[null,null,["最后更新时间 (UTC):2024-12-03。"],[[["`PageBackgroundType` defines the different background options for Google Slides pages."],["The enum includes options for unsupported types, no fill, solid color fills, and picture fills, each with its specific behavior."],["You can reference a specific `PageBackgroundType` using the syntax `SlidesApp.PageBackgroundType.[Property]`."]]],["`PageBackgroundType` defines the different types of page backgrounds available. These include `UNSUPPORTED`, which is for unsupported types, `NONE` for a white background, `SOLID` for a solid color fill, and `PICTURE` for a stretched image. To use a specific type, refer to it as `SlidesApp.PageBackgroundType.PROPERTY`. Each property is an enum and describes a distinct way to style the background of a page.\n"]]