Enum TextButtonStyle
屬性
屬性 | 類型 | 說明 |
OUTLINED | Enum | 使用透明背景的一般文字按鈕。預設值。 |
TEXT | Enum | 請勿使用。已淘汰的 OUTLINED 版本。請確認該欄位並未用於任何應用程式,再將其移除。 |
FILLED | Enum | 文字按鈕,背景為彩色。 |
FILLED_TONAL | Enum | 標準文字按鈕,介於實心和外框按鈕之間的替代選項。 |
BORDERLESS | Enum | 無邊框的一般文字按鈕。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-02 (世界標準時間)。
[null,null,["上次更新時間:2024-12-02 (世界標準時間)。"],[[["`TextButtonStyle` is used to define the style of a `TextButton` in Google Apps Script's Card Service."],["It offers two options: `OUTLINED` (default, transparent background) and `FILLED` (colored background, customizable with `setBackgroundColor()`)."],["To use a style, refer to it using the syntax: `CardService.TextButtonStyle.STYLE_NAME` (e.g., `CardService.TextButtonStyle.OUTLINED`)."]]],[]]