[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-01-30 (世界標準時間)。"],[[["A column is a UI element available for Google Chat apps and Google Workspace Add-ons used to arrange widgets vertically within a card."],["Developers can add various widgets like text paragraphs, images, buttons, and input fields to a column using the `addWidget()` method."],["Columns offer customization options for horizontal and vertical alignment, as well as horizontal size, through methods like `setHorizontalAlignment()`, `setVerticalAlignment()`, and `setHorizontalSizeStyle()`."],["Widgets within a column are displayed in the order they are added using the `addWidget` method, allowing for structured layout design."],["The `setHorizontalAlignment`, `setHorizontalSizeStyle`, and `setVerticalAlignment` methods are optional and can be used to fine-tune the appearance and layout behavior of the column."]]],["The core content describes how to use a `Column` within Google Chat apps and Workspace add-ons. Key actions involve creating a `Column` using `CardService.newColumn()`, adding various widgets like `TextParagraph` or `Image` using `addWidget()`, and setting alignment and size styles. `setHorizontalAlignment()`, `setHorizontalSizeStyle()`, and `setVerticalAlignment()` allow for adjusting the column's layout. The method `addWidget` allow adding widget, the order of the widget will be the display order.\n"]]