Show / Hide Table of Contents

Class TextParagraph

A paragraph of text that supports formatting. For an example in Google Chat apps, see Add a paragraph of formatted text. For more information about formatting text, see Formatting text in Google Chat apps and Formatting text in Google Workspace Add-ons.

Google Workspace Add-ons and Chat apps:

Inheritance
object
TextParagraph
Implements
IMessage<TextParagraph>
IEquatable<TextParagraph>
IDeepCloneable<TextParagraph>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public sealed class TextParagraph : IMessage<TextParagraph>, IEquatable<TextParagraph>, IDeepCloneable<TextParagraph>, IBufferMessage, IMessage

Constructors

TextParagraph()

Declaration
public TextParagraph()

TextParagraph(TextParagraph)

Declaration
public TextParagraph(TextParagraph other)
Parameters
Type Name Description
TextParagraph other

Properties

Text

The text that's shown in the widget.

Declaration
public string Text { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX