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 | 代表要用於已造訪超連結的顏色。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-02 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]