テキストを表示し、基本的な HTML 書式をサポートするウィジェット。
var textParagraph = CardService.newTextParagraph() .setText("This is a text paragraph widget. Multiple lines are allowed if needed.");
Methods
方法 | 戻り値の型 | 概要 |
---|---|---|
setText(text) | TextParagraph | 段落のテキストを設定します。 |
テキストを表示し、基本的な HTML 書式をサポートするウィジェット。
var textParagraph = CardService.newTextParagraph() .setText("This is a text paragraph widget. Multiple lines are allowed if needed.");
方法 | 戻り値の型 | 概要 |
---|---|---|
setText(text) | TextParagraph | 段落のテキストを設定します。 |
setText(text)
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-08-17 UTC。