Enum WrapStyle

WrapStyle

An enum that sets the wrapping style for content within a column.

Available for Google Chat apps and Google Workspace Add-ons.

To call an enum, you call its parent class, name, and property. For example, CardService.WrapStyle.WRAP .

Properties

Property Type Description
NOWRAP
Enum No wrapping. Default.
WRAP
Enum Wraps the content for any widgets in a column.