| Package | Description |
|---|---|
| com.smartsheet.api.models.format |
| Modifier and Type | Field and Description |
|---|---|
static Strikethrough |
Strikethrough.DEFAULT
The default setting when the
Format for Strikethrough is null; |
| Modifier and Type | Method and Description |
|---|---|
Strikethrough |
Format.getStrikethrough() |
static Strikethrough |
Strikethrough.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Strikethrough[] |
Strikethrough.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.withStrikethrough(Strikethrough value)
Sets the strike through property of the format
|
Copyright © 2014–2017 Smartsheet. All rights reserved.