此微件可显示文本并支持基本 HTML 格式。
适用于 Google Workspace 插件和 Google Chat 应用。
var textParagraph = CardService.newTextParagraph() .setText("This is a text paragraph widget. Multiple lines are allowed if needed.");
方法
方法 | 返回类型 | 简介 |
---|---|---|
setText(text) | TextParagraph | 设置段落的文本。 |