Enum ThemeColorType
主题颜色类型
页面配色方案中条目的名称。
如需调用枚举,您可以调用其父类、名称和属性。例如
SlidesApp.ThemeColorType.LIGHT1
。
属性
属性 | 类型 | 说明 |
UNSUPPORTED | Enum | 表示不受支持的主题颜色。 |
DARK1 | Enum | 表示第一个深色。 |
LIGHT1 | Enum | 表示第一个浅色。 |
DARK2 | Enum | 表示第二种深色。 |
LIGHT2 | Enum | 表示第二种浅色。 |
ACCENT1 | Enum | 表示第一个强调色。 |
ACCENT2 | Enum | 表示第二种强调色。 |
ACCENT3 | Enum | 表示第三种强调色。 |
ACCENT4 | Enum | 表示第四种强调色。 |
ACCENT5 | Enum | 表示第五种强调色。 |
ACCENT6 | Enum | 表示第六种强调色。 |
HYPERLINK | Enum | 表示要为超链接使用的颜色。 |
FOLLOWED_HYPERLINK | Enum | 表示要为已访问的超链接使用的颜色。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-02。
[null,null,["最后更新时间 (UTC):2024-12-02。"],[[["`ThemeColorType` defines the name of an entry within a page's color scheme and is accessed using the format `SlidesApp.ThemeColorType.property`."],["It includes various properties like `DARK1`, `LIGHT1`, `ACCENT1`, `HYPERLINK` etc., representing different color options within the theme."],["Each property is an `Enum` type and has a specific purpose, such as representing the first dark color or the color for hyperlinks."],["`UNSUPPORTED` is an enum value that represents a theme color that is not supported."]]],[]]