Enum TextParagraph.Types.TextSyntax
Syntax to use for formatting text.
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. |