Package com.smartsheet.api.models
Class FormatTables
- java.lang.Object
-
- com.smartsheet.api.models.FormatTables
-
public class FormatTables extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FormatTables()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getBold()
Gets the Possible bold values.java.util.List<java.lang.String>
getColor()
Gets the Color hex values.java.util.List<Currency>
getCurrency()
Gets the Currency codes and symbols.java.util.List<java.lang.String>
getDateFormat()
Gets the array of strings containing available date formatsjava.util.List<java.lang.String>
getDecimalCount()
Gets the allowed decimal count values.java.lang.String
getDefaults()
Gets the format descriptor.java.util.List<FontFamily>
getFontFamily()
Gets the Font families.java.util.List<java.lang.String>
getFontSize()
Gets the Font sizes in points.java.util.List<java.lang.String>
getHorizontalAlign()
Gets the Possible horizontalAlign values.java.util.List<java.lang.String>
getItalic()
Gets the Possible italic values.java.util.List<java.lang.String>
getNumberFormat()
Gets the numberFormat values.java.util.List<java.lang.String>
getStrikethrough()
Gets the Possible strikethrough values.java.util.List<java.lang.String>
getTextWrap()
Gets the textWrap values.java.util.List<java.lang.String>
getThousandsSeparator()
Gets the thousandsSeparator values.java.util.List<java.lang.String>
getUnderline()
Gets the Possible underline values.java.util.List<java.lang.String>
getVerticalAlign()
Gets the Possible verticalAlign values.FormatTables
setBold(java.util.List<java.lang.String> bold)
Sets the Possible bold values.FormatTables
setColor(java.util.List<java.lang.String> color)
Sets the Color hex values.FormatTables
setCurrency(java.util.List<Currency> currency)
Sets the Currency codes and symbols.FormatTables
setDateFormat(java.util.List<java.lang.String> dateFormat)
Sets the array of strings containing available date formatsFormatTables
setDecimalCount(java.util.List<java.lang.String> decimalCount)
Sets the allowed decimal count values.FormatTables
setDefaults(java.lang.String defaults)
Sets the format descriptor.FormatTables
setFontFamily(java.util.List<FontFamily> fontFamily)
Sets the Font families.FormatTables
setFontSize(java.util.List<java.lang.String> fontSize)
Sets the Font sizes in points.FormatTables
setHorizontalAlign(java.util.List<java.lang.String> horizontalAlign)
Sets the Possible horizontalAlign values.FormatTables
setItalic(java.util.List<java.lang.String> italic)
Sets the Possible italic values.FormatTables
setNumberFormat(java.util.List<java.lang.String> numberFormat)
Sets the numberFormat values.FormatTables
setStrikethrough(java.util.List<java.lang.String> strikethrough)
Sets the Possible strikethrough values.FormatTables
setTextWrap(java.util.List<java.lang.String> textWrap)
Sets the textWrap values.FormatTables
setThousandsSeparator(java.util.List<java.lang.String> thousandsSeparator)
Sets the thousandsSeparator values.FormatTables
setUnderline(java.util.List<java.lang.String> underline)
Sets the Possible underline values.FormatTables
setVerticalAlign(java.util.List<java.lang.String> verticalAlign)
Sets the Possible verticalAlign values.
-
-
-
Method Detail
-
getDefaults
public java.lang.String getDefaults()
Gets the format descriptor.- Returns:
- the defaults
-
setDefaults
public FormatTables setDefaults(java.lang.String defaults)
Sets the format descriptor.- Parameters:
defaults
- the new defaults
-
getBold
public java.util.List<java.lang.String> getBold()
Gets the Possible bold values.- Returns:
- the Possible bold values
-
setBold
public FormatTables setBold(java.util.List<java.lang.String> bold)
Sets the Possible bold values.- Parameters:
bold
- the new Possible bold values
-
getColor
public java.util.List<java.lang.String> getColor()
Gets the Color hex values.- Returns:
- the Color hex values
-
setColor
public FormatTables setColor(java.util.List<java.lang.String> color)
Sets the Color hex values.- Parameters:
color
- the new Color hex values
-
getCurrency
public java.util.List<Currency> getCurrency()
Gets the Currency codes and symbols.- Returns:
- the Currency codes and symbols
-
setCurrency
public FormatTables setCurrency(java.util.List<Currency> currency)
Sets the Currency codes and symbols.- Parameters:
currency
- the new Currency codes and symbols
-
getDateFormat
public java.util.List<java.lang.String> getDateFormat()
Gets the array of strings containing available date formats- Returns:
- the date formats
-
setDateFormat
public FormatTables setDateFormat(java.util.List<java.lang.String> dateFormat)
Sets the array of strings containing available date formats- Parameters:
dateFormat
- the date formats
-
getDecimalCount
public java.util.List<java.lang.String> getDecimalCount()
Gets the allowed decimal count values.- Returns:
- the allowed decimal count values
-
setDecimalCount
public FormatTables setDecimalCount(java.util.List<java.lang.String> decimalCount)
Sets the allowed decimal count values.- Parameters:
decimalCount
- the new allowed decimal count values
-
getFontFamily
public java.util.List<FontFamily> getFontFamily()
Gets the Font families.- Returns:
- the Font families
-
setFontFamily
public FormatTables setFontFamily(java.util.List<FontFamily> fontFamily)
Sets the Font families.- Parameters:
fontFamily
- the new Font families
-
getFontSize
public java.util.List<java.lang.String> getFontSize()
Gets the Font sizes in points.- Returns:
- the Font sizes in points
-
setFontSize
public FormatTables setFontSize(java.util.List<java.lang.String> fontSize)
Sets the Font sizes in points.- Parameters:
fontSize
- the new Font sizes in points
-
getHorizontalAlign
public java.util.List<java.lang.String> getHorizontalAlign()
Gets the Possible horizontalAlign values.- Returns:
- the Possible horizontalAlign values
-
setHorizontalAlign
public FormatTables setHorizontalAlign(java.util.List<java.lang.String> horizontalAlign)
Sets the Possible horizontalAlign values.- Parameters:
horizontalAlign
- the new Possible horizontalAlign values
-
getItalic
public java.util.List<java.lang.String> getItalic()
Gets the Possible italic values.- Returns:
- the Possible italic values
-
setItalic
public FormatTables setItalic(java.util.List<java.lang.String> italic)
Sets the Possible italic values.- Parameters:
italic
- the new Possible italic values
-
getNumberFormat
public java.util.List<java.lang.String> getNumberFormat()
Gets the numberFormat values.- Returns:
- the numberFormat values
-
setNumberFormat
public FormatTables setNumberFormat(java.util.List<java.lang.String> numberFormat)
Sets the numberFormat values.- Parameters:
numberFormat
- the new numberFormat values
-
getStrikethrough
public java.util.List<java.lang.String> getStrikethrough()
Gets the Possible strikethrough values.- Returns:
- the Possible strikethrough values
-
setStrikethrough
public FormatTables setStrikethrough(java.util.List<java.lang.String> strikethrough)
Sets the Possible strikethrough values.- Parameters:
strikethrough
- the new Possible strikethrough values
-
getTextWrap
public java.util.List<java.lang.String> getTextWrap()
Gets the textWrap values.- Returns:
- the textWrap values
-
setTextWrap
public FormatTables setTextWrap(java.util.List<java.lang.String> textWrap)
Sets the textWrap values.- Parameters:
textWrap
- the new textWrap values
-
getThousandsSeparator
public java.util.List<java.lang.String> getThousandsSeparator()
Gets the thousandsSeparator values.- Returns:
- the thousandsSeparator values
-
setThousandsSeparator
public FormatTables setThousandsSeparator(java.util.List<java.lang.String> thousandsSeparator)
Sets the thousandsSeparator values.- Parameters:
thousandsSeparator
- the new thousandsSeparator values
-
getUnderline
public java.util.List<java.lang.String> getUnderline()
Gets the Possible underline values.- Returns:
- the Possible underline values
-
setUnderline
public FormatTables setUnderline(java.util.List<java.lang.String> underline)
Sets the Possible underline values.- Parameters:
underline
- the new Possible underline values
-
getVerticalAlign
public java.util.List<java.lang.String> getVerticalAlign()
Gets the Possible verticalAlign values.- Returns:
- the Possible verticalAlign values
-
setVerticalAlign
public FormatTables setVerticalAlign(java.util.List<java.lang.String> verticalAlign)
Sets the Possible verticalAlign values.- Parameters:
verticalAlign
- the new Possible verticalAlign values
-
-