Uses of Class
com.google.apps.card.v1.TextParagraph.Builder
Packages that use TextParagraph.Builder
-
Uses of TextParagraph.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return TextParagraph.BuilderModifier and TypeMethodDescriptionTextParagraph.Builder.clear()TextParagraph.Builder.clearMaxLines()The maximum number of lines of text that are displayed in the widget.TextParagraph.Builder.clearText()The text that's shown in the widget.TextParagraph.Builder.clearTextSyntax()The syntax of the text.DecoratedText.Builder.getBottomLabelTextBuilder()`TextParagraph` equivalent of `bottom_label`.DecoratedText.Builder.getContentTextBuilder()`TextParagraph` equivalent of `text`.Card.NestedWidget.Builder.getTextParagraphBuilder()A text paragraph widget.Columns.Column.Widgets.Builder.getTextParagraphBuilder()[TextParagraph][google.apps.card.v1.TextParagraph] widget.Widget.Builder.getTextParagraphBuilder()Displays a text paragraph.DecoratedText.Builder.getTopLabelTextBuilder()`TextParagraph` equivalent of `top_label`.TextParagraph.Builder.mergeFrom(TextParagraph other) TextParagraph.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TextParagraph.Builder.mergeFrom(com.google.protobuf.Message other) static TextParagraph.BuilderTextParagraph.newBuilder()static TextParagraph.BuilderTextParagraph.newBuilder(TextParagraph prototype) TextParagraph.newBuilderForType()protected TextParagraph.BuilderTextParagraph.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TextParagraph.Builder.setMaxLines(int value) The maximum number of lines of text that are displayed in the widget.The text that's shown in the widget.TextParagraph.Builder.setTextBytes(com.google.protobuf.ByteString value) The text that's shown in the widget.TextParagraph.Builder.setTextSyntax(TextParagraph.TextSyntax value) The syntax of the text.TextParagraph.Builder.setTextSyntaxValue(int value) The syntax of the text.TextParagraph.toBuilder()Methods in com.google.apps.card.v1 with parameters of type TextParagraph.BuilderModifier and TypeMethodDescriptionDecoratedText.Builder.setBottomLabelText(TextParagraph.Builder builderForValue) `TextParagraph` equivalent of `bottom_label`.DecoratedText.Builder.setContentText(TextParagraph.Builder builderForValue) `TextParagraph` equivalent of `text`.Card.NestedWidget.Builder.setTextParagraph(TextParagraph.Builder builderForValue) A text paragraph widget.Columns.Column.Widgets.Builder.setTextParagraph(TextParagraph.Builder builderForValue) [TextParagraph][google.apps.card.v1.TextParagraph] widget.Widget.Builder.setTextParagraph(TextParagraph.Builder builderForValue) Displays a text paragraph.DecoratedText.Builder.setTopLabelText(TextParagraph.Builder builderForValue) `TextParagraph` equivalent of `top_label`.