Class TextParagraph
TextParagraph
此微件可显示文本并支持基本 HTML 格式。
适用于 Google Workspace 插件和 Google Chat 应用。
var textParagraph = CardService.newTextParagraph()
.setText("This is a text paragraph widget. Multiple lines are allowed if needed.");
详细文档
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-21。
[null,null,["最后更新时间 (UTC):2024-08-21。"],[[["The `TextParagraph` widget displays text with basic HTML formatting support."],["It is usable in Google Workspace Add-ons and Google Chat apps."],["Developers can set the displayed text using the `setText()` method and can chain additional methods for further customization."],["The `setText()` method requires a string argument representing the desired text content."]]],[]]