Enum HorizontalSizeStyle
HorizontalSizeStyle
列舉,可設定小工具如何填滿資料欄空間。
適用於 Google Chat 應用程式和 Google Workspace 外掛程式。
如要呼叫列舉,您可以呼叫其父項類別、名稱和屬性。例如
CardService.HorizontalSizeStyle.FILL_AVAILABLE_SPACE
。
屬性
屬性 | 類型 | 說明 |
FILL_AVAILABLE_SPACE | Enum | 調整 Widget 的大小,填滿 Column 的可用水平空間。如果
其他欄的空間更大,小工具可填滿其欄空間以外的空間。
預設值。 |
FILL_MINIMUM_SPACE | Enum | 調整 Widget 的大小,填滿 Column 中的最小水平空間。
空間下限則取決於小工具大小。如果小工具小於空間
就不會展開來填滿空間。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-07-24 (世界標準時間)。
[null,null,["上次更新時間:2024-07-24 (世界標準時間)。"],[[["HorizontalSizeStyle is an enum used to define how widgets occupy space within a column in Google Chat apps and Google Workspace Add-ons."],["It offers two properties: `FILL_AVAILABLE_SPACE` (default) which expands the widget to fill the available horizontal space, potentially exceeding its column's width, and `FILL_MINIMUM_SPACE` which sizes the widget to its minimum required width based on its content."],["To use these properties, call them using the parent class, name, and property, like `CardService.HorizontalSizeStyle.FILL_AVAILABLE_SPACE`."]]],[]]