Show / Hide Table of Contents

Enum TextParagraph.Types.TextSyntax

Syntax to use for formatting text.

Google Chat apps:

Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public enum TextParagraph.Types.TextSyntax

Fields

Name Description
Html

The text is rendered as HTML. This is the default value.

Markdown

The text is rendered as Markdown.

Unspecified

The text is rendered as HTML if unspecified.

In this article
Back to top Generated by DocFX