public class FormatTables extends Object
| Constructor and Description |
|---|
FormatTables() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBold()
Gets the Possible bold values.
|
List<String> |
getColor()
Gets the Color hex values.
|
List<Currency> |
getCurrency()
Gets the Currency codes and symbols.
|
List<String> |
getDateFormat()
Gets the array of strings containing available date formats
|
List<String> |
getDecimalCount()
Gets the allowed decimal count values.
|
String |
getDefaults()
Gets the format descriptor.
|
List<FontFamily> |
getFontFamily()
Gets the Font families.
|
List<String> |
getFontSize()
Gets the Font sizes in points.
|
List<String> |
getHorizontalAlign()
Gets the Possible horizontalAlign values.
|
List<String> |
getItalic()
Gets the Possible italic values.
|
List<String> |
getNumberFormat()
Gets the numberFormat values.
|
List<String> |
getStrikethrough()
Gets the Possible strikethrough values.
|
List<String> |
getTextWrap()
Gets the textWrap values.
|
List<String> |
getThousandsSeparator()
Gets the thousandsSeparator values.
|
List<String> |
getUnderline()
Gets the Possible underline values.
|
List<String> |
getVerticalAlign()
Gets the Possible verticalAlign values.
|
FormatTables |
setBold(List<String> bold)
Sets the Possible bold values.
|
FormatTables |
setColor(List<String> color)
Sets the Color hex values.
|
FormatTables |
setCurrency(List<Currency> currency)
Sets the Currency codes and symbols.
|
FormatTables |
setDateFormat(List<String> dateFormat)
Sets the array of strings containing available date formats
|
FormatTables |
setDecimalCount(List<String> decimalCount)
Sets the allowed decimal count values.
|
FormatTables |
setDefaults(String defaults)
Sets the format descriptor.
|
FormatTables |
setFontFamily(List<FontFamily> fontFamily)
Sets the Font families.
|
FormatTables |
setFontSize(List<String> fontSize)
Sets the Font sizes in points.
|
FormatTables |
setHorizontalAlign(List<String> horizontalAlign)
Sets the Possible horizontalAlign values.
|
FormatTables |
setItalic(List<String> italic)
Sets the Possible italic values.
|
FormatTables |
setNumberFormat(List<String> numberFormat)
Sets the numberFormat values.
|
FormatTables |
setStrikethrough(List<String> strikethrough)
Sets the Possible strikethrough values.
|
FormatTables |
setTextWrap(List<String> textWrap)
Sets the textWrap values.
|
FormatTables |
setThousandsSeparator(List<String> thousandsSeparator)
Sets the thousandsSeparator values.
|
FormatTables |
setUnderline(List<String> underline)
Sets the Possible underline values.
|
FormatTables |
setVerticalAlign(List<String> verticalAlign)
Sets the Possible verticalAlign values.
|
public String getDefaults()
public FormatTables setDefaults(String defaults)
defaults - the new defaultspublic List<String> getBold()
public FormatTables setBold(List<String> bold)
bold - the new Possible bold valuespublic FormatTables setColor(List<String> color)
color - the new Color hex valuespublic List<Currency> getCurrency()
public FormatTables setCurrency(List<Currency> currency)
currency - the new Currency codes and symbolspublic List<String> getDateFormat()
public FormatTables setDateFormat(List<String> dateFormat)
dateFormat - the date formatspublic List<String> getDecimalCount()
public FormatTables setDecimalCount(List<String> decimalCount)
decimalCount - the new allowed decimal count valuespublic List<FontFamily> getFontFamily()
public FormatTables setFontFamily(List<FontFamily> fontFamily)
fontFamily - the new Font familiespublic List<String> getFontSize()
public FormatTables setFontSize(List<String> fontSize)
fontSize - the new Font sizes in pointspublic List<String> getHorizontalAlign()
public FormatTables setHorizontalAlign(List<String> horizontalAlign)
horizontalAlign - the new Possible horizontalAlign valuespublic List<String> getItalic()
public FormatTables setItalic(List<String> italic)
italic - the new Possible italic valuespublic List<String> getNumberFormat()
public FormatTables setNumberFormat(List<String> numberFormat)
numberFormat - the new numberFormat valuespublic List<String> getStrikethrough()
public FormatTables setStrikethrough(List<String> strikethrough)
strikethrough - the new Possible strikethrough valuespublic List<String> getTextWrap()
public FormatTables setTextWrap(List<String> textWrap)
textWrap - the new textWrap valuespublic List<String> getThousandsSeparator()
public FormatTables setThousandsSeparator(List<String> thousandsSeparator)
thousandsSeparator - the new thousandsSeparator valuespublic List<String> getUnderline()
public FormatTables setUnderline(List<String> underline)
underline - the new Possible underline valuespublic List<String> getVerticalAlign()
public FormatTables setVerticalAlign(List<String> verticalAlign)
verticalAlign - the new Possible verticalAlign valuesCopyright © 2014–2019 Smartsheet. All rights reserved.