Enum HorizontalSizeStyle
HorizontalSizeStyle
ウィジェットが列のスペースを埋める方法を設定する列挙型。
Google Chat アプリと Google Workspace アドオンでご利用いただけます。
列挙型を呼び出すには、その親クラス、名前、プロパティを呼び出します。たとえば、
CardService.HorizontalSizeStyle.FILL_AVAILABLE_SPACE
です。
プロパティ
プロパティ | タイプ | 説明 |
FILL_AVAILABLE_SPACE | Enum | Widget のサイズを、Column の使用可能な水平方向のスペースを埋めます。もし
2 つ目の列が広いと、ウィジェットは自身の列のスペースを超えてスペースを埋めることができます。
デフォルトです。 |
FILL_MINIMUM_SPACE | Enum | Widget のサイズを変更して、Column 内の水平方向のスペースを最小限に抑えます。
最小スペースは、ウィジェットのサイズに基づきます。ウィジェットがスペースよりも小さい場合は
展開されてスペースいっぱいになることはありません。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-07-24 UTC。
[null,null,["最終更新日 2024-07-24 UTC。"],[[["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`."]]],[]]