Enum ImageButtonStyle
圖片按鈕樣式指定 ImageButton
樣式的列舉。
BORDERLESS
是預設值,會轉譯沒有邊框的簡單圖片按鈕。FILLED
按鈕具有背景顏色,您可以使用 ImageButton
進行設定。
如要呼叫列舉,請呼叫其父項類別、名稱和屬性。例如
CardService.ImageButtonStyle.BORDERLESS
。
屬性
屬性 | 類型 | 說明 |
BORDERLESS | Enum | 無邊框的圖片按鈕。預設值。 |
OUTLINED | Enum | 圖片按鈕,背景為透明。 |
FILLED | Enum | 圖片按鈕,背景為彩色。 |
FILLED_TONAL | Enum | 圖片按鈕,介於實心和外框按鈕之間的替代方案。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-03 (世界標準時間)。
[null,null,["上次更新時間:2024-12-03 (世界標準時間)。"],[[["ImageButtonStyle is used to define the style of an ImageButton in Google Apps Script."],["There are four styles available: `BORDERLESS` (default), `OUTLINED`, `FILLED`, and `FILLED_TONAL`."],["Each style provides a different visual appearance for the image button, such as background color and border presence."],["Styles are accessed using the parent class and property name, like `CardService.ImageButtonStyle.BORDERLESS`."]]],[]]