| Package | Description |
|---|---|
| com.smartsheet.api.models.format |
| Modifier and Type | Field and Description |
|---|---|
static Color |
Color.DEFAULT
|
| Modifier and Type | Method and Description |
|---|---|
Color |
Format.getBackgroundColor() |
Color |
Format.getTaskbarColor() |
Color |
Format.getTextColor() |
static Color |
Color.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Color[] |
Color.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.withBackgroundColor(Color value)
Sets the background color property of the format
|
Format.FormatBuilder |
Format.FormatBuilder.withTaskbarColor(Color value)
Sets the taskbar color property of the format
|
Format.FormatBuilder |
Format.FormatBuilder.withTextColor(Color value)
Sets the text color property of the format
|
Copyright © 2014–2017 Smartsheet. All rights reserved.