| Package | Description |
|---|---|
| com.smartsheet.api.models.format |
| Modifier and Type | Field and Description |
|---|---|
static Underline |
Underline.DEFAULT
|
| Modifier and Type | Method and Description |
|---|---|
Underline |
Format.getUnderline() |
static Underline |
Underline.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Underline[] |
Underline.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.withUnderline(Underline value)
Sets the underline property of the format
|
Copyright © 2014–2017 Smartsheet. All rights reserved.