Enum HorizontalSizeStyle
HorizontalSizeStyle
טיפוסים בני מנייה (enum) שקובעים איך ווידג'טים ממלאים את השטח של עמודה.
רק באפליקציות של Google Chat ובתוספים ל-Google Workspace.
כדי לקרוא ל-enum, קוראים למחלקה ההורה, לשם ולמאפיין שלו. לדוגמה,
CardService.HorizontalSizeStyle.FILL_AVAILABLE_SPACE
.
מאפיינים
נכס | סוג | תיאור |
FILL_AVAILABLE_SPACE | Enum | גודל של Widget כדי למלא את השטח האופקי הזמין של Column . אם
בעמודה השנייה יש יותר מקום, הווידג'ט יכול למלא את המקום שמעבר לשטח של עמודה משלו.
ברירת מחדל. |
FILL_MINIMUM_SPACE | Enum | משנה את הגודל של Widget כך שימלא את השטח האופקי המינימלי ב-Column .
השטח המינימלי נקבע על סמך גודל הווידג'ט. אם הווידג'ט קטן יותר מהשטח
של העמודה, הוא לא מתרחב כדי למלא את השטח. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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`."]]],[]]