| Package | Description |
|---|---|
| com.smartsheet.api.models.format |
| Modifier and Type | Field and Description |
|---|---|
static VerticalAlignment |
VerticalAlignment.DEFAULT
The default setting when the
Format for VerticalAlignment is null; |
| Modifier and Type | Method and Description |
|---|---|
VerticalAlignment |
Format.getVerticalAlignment() |
static VerticalAlignment |
VerticalAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerticalAlignment[] |
VerticalAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Format.FormatBuilder |
Format.FormatBuilder.withVerticalAlignment(VerticalAlignment value)
Sets the vertical alignment property of the format
|
Copyright © 2014–2017 Smartsheet. All rights reserved.