| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1TextParagraph |
GoogleAppsCardV1TextParagraph.clone() |
GoogleAppsCardV1TextParagraph |
GoogleAppsCardV1DecoratedText.getBottomLabelText()
`TextParagraph` equivalent of `bottom_label`.
|
GoogleAppsCardV1TextParagraph |
GoogleAppsCardV1DecoratedText.getContentText()
`TextParagraph` equivalent of `text`.
|
GoogleAppsCardV1TextParagraph |
GoogleAppsCardV1Widgets.getTextParagraph()
TextParagraph widget.
|
GoogleAppsCardV1TextParagraph |
GoogleAppsCardV1Widget.getTextParagraph()
Displays a text paragraph.
|
GoogleAppsCardV1TextParagraph |
GoogleAppsCardV1NestedWidget.getTextParagraph()
A text paragraph widget.
|
GoogleAppsCardV1TextParagraph |
GoogleAppsCardV1DecoratedText.getTopLabelText()
`TextParagraph` equivalent of `top_label`.
|
GoogleAppsCardV1TextParagraph |
GoogleAppsCardV1TextParagraph.set(String fieldName,
Object value) |
GoogleAppsCardV1TextParagraph |
GoogleAppsCardV1TextParagraph.setMaxLines(Integer maxLines)
The maximum number of lines of text that are displayed in the widget.
|
GoogleAppsCardV1TextParagraph |
GoogleAppsCardV1TextParagraph.setText(String text)
The text that's shown in the widget.
|
GoogleAppsCardV1TextParagraph |
GoogleAppsCardV1TextParagraph.setTextSyntax(String textSyntax)
The syntax of the text.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setBottomLabelText(GoogleAppsCardV1TextParagraph bottomLabelText)
`TextParagraph` equivalent of `bottom_label`.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setContentText(GoogleAppsCardV1TextParagraph contentText)
`TextParagraph` equivalent of `text`.
|
GoogleAppsCardV1Widgets |
GoogleAppsCardV1Widgets.setTextParagraph(GoogleAppsCardV1TextParagraph textParagraph)
TextParagraph widget.
|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setTextParagraph(GoogleAppsCardV1TextParagraph textParagraph)
Displays a text paragraph.
|
GoogleAppsCardV1NestedWidget |
GoogleAppsCardV1NestedWidget.setTextParagraph(GoogleAppsCardV1TextParagraph textParagraph)
A text paragraph widget.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setTopLabelText(GoogleAppsCardV1TextParagraph topLabelText)
`TextParagraph` equivalent of `top_label`.
|
Copyright © 2011–2025 Google. All rights reserved.