Enum ThemeColorType
MotywKolorTyp
Enum opisujący różne kolory obsługiwane w motywach.
Aby wywołać enum, wywołaj jego klasę nadrzędną, nazwę i właściwość. Na przykład:
SpreadsheetApp.ThemeColorType.TEXT
.
Właściwości
Właściwość | Typ | Opis |
UNSUPPORTED | Enum | Reprezentuje nieobsługiwany motyw kolorystyczny. |
TEXT | Enum | Reprezentuje kolor tekstu. |
BACKGROUND | Enum | Reprezentuje kolor, którego należy użyć jako tła wykresu. |
ACCENT1 | Enum | Reprezentuje pierwszy kolor akcentu. |
ACCENT2 | Enum | Reprezentuje drugi kolor akcentu. |
ACCENT3 | Enum | Reprezentuje trzeci kolor akcentu. |
ACCENT4 | Enum | Reprezentuje czwarty kolor akcentu. |
ACCENT5 | Enum | Reprezentuje piąty kolor uzupełniający. |
ACCENT6 | Enum | Reprezentuje szósty kolor akcentu. |
HYPERLINK | Enum | Reprezentuje kolor używany do hiperlinków. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-12-02 UTC.
[null,null,["Ostatnia aktualizacja: 2024-12-02 UTC."],[[["`ThemeColorType` is an enum used to define various color entries within themes in Google Apps Script."],["It includes properties like `TEXT`, `BACKGROUND`, `ACCENT1` through `ACCENT6`, and `HYPERLINK` to represent different color aspects."],["To use a specific color, call it using the parent class, name, and property, such as `SpreadsheetApp.ThemeColorType.TEXT`."],["The `UNSUPPORTED` property represents theme colors that are not supported."]]],[]]