| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
FormatTables |
ServerInfo.getFormats()
Gets the format tables.
|
FormatTables |
FormatTables.setBold(List<String> bold)
Sets the Possible bold values.
|
FormatTables |
FormatTables.setColor(List<String> color)
Sets the Color hex values.
|
FormatTables |
FormatTables.setCurrency(List<Currency> currency)
Sets the Currency codes and symbols.
|
FormatTables |
FormatTables.setDecimalCount(List<String> decimalCount)
Sets the allowed decimal count values.
|
FormatTables |
FormatTables.setDefaults(String defaults)
Sets the format descriptor.
|
FormatTables |
FormatTables.setFontFamily(List<FontFamily> fontFamily)
Sets the Font families.
|
FormatTables |
FormatTables.setFontSize(List<String> fontSize)
Sets the Font sizes in points.
|
FormatTables |
FormatTables.setHorizontalAlign(List<String> horizontalAlign)
Sets the Possible horizontalAlign values.
|
FormatTables |
FormatTables.setItalic(List<String> italic)
Sets the Possible italic values.
|
FormatTables |
FormatTables.setNumberFormat(List<String> numberFormat)
Sets the numberFormat values.
|
FormatTables |
FormatTables.setStrikethrough(List<String> strikethrough)
Sets the Possible strikethrough values.
|
FormatTables |
FormatTables.setTextWrap(List<String> textWrap)
Sets the textWrap values.
|
FormatTables |
FormatTables.setThousandsSeparator(List<String> thousandsSeparator)
Sets the thousandsSeparator values.
|
FormatTables |
FormatTables.setUnderline(List<String> underline)
Sets the Possible underline values.
|
FormatTables |
FormatTables.setVerticalAlign(List<String> verticalAlign)
Sets the Possible verticalAlign values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerInfo.setFormats(FormatTables formats)
Sets the format tables.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.