Reference documentation and code samples for the Google Apps Chat V1 Client class VerticalAlignment.
Represents vertical alignment attribute.
Protobuf type google.apps.card.v1.Widget.VerticalAlignment
Namespace
Google \ Apps \ Card \ V1 \ WidgetMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
VERTICAL_ALIGNMENT_UNSPECIFIED
Value: 0Unspecified type. Do not use.
Generated from protobuf enum VERTICAL_ALIGNMENT_UNSPECIFIED = 0;
TOP
Value: 1Alignment to the top position.
Generated from protobuf enum TOP = 1;
MIDDLE
Value: 2Alignment to the middle position.
Generated from protobuf enum MIDDLE = 2;
BOTTOM
Value: 3Alignment to the bottom position.
Generated from protobuf enum BOTTOM = 3;