public enum Widget.VerticalAlignment extends Enum<Widget.VerticalAlignment> implements ProtocolMessageEnumRepresents vertical alignment attribute.
Protobuf enum google.apps.card.v1.Widget.VerticalAlignment
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BOTTOM |
Alignment to the bottom position. |
BOTTOM_VALUE |
Alignment to the bottom position. |
MIDDLE |
Alignment to the middle position. |
MIDDLE_VALUE |
Alignment to the middle position. |
TOP |
Alignment to the top position. |
TOP_VALUE |
Alignment to the top position. |
UNRECOGNIZED |
|
VERTICAL_ALIGNMENT_UNSPECIFIED |
Unspecified type. Do not use. |
VERTICAL_ALIGNMENT_UNSPECIFIED_VALUE |
Unspecified type. Do not use. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|