| Constructor and Description |
|---|
FormatBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Format |
build() |
Format.FormatBuilder |
withBackgroundColor(Color value)
Sets the background color property of the format
|
Format.FormatBuilder |
withBold(Bold value)
Sets the bold property of the format
|
Format.FormatBuilder |
withCurrency(Currency value)
Sets the currency of the format
|
Format.FormatBuilder |
withDateFormat(DateFormat value)
Sets the date format property of the format
|
Format.FormatBuilder |
withDecimalCount(DecimalCount value)
Sets the decimal count of the format
|
Format.FormatBuilder |
withFontFamily(FontFamily value)
Sets the font family of the format
|
Format.FormatBuilder |
withFontSize(FontSize value)
Sets the font size of the format
|
Format.FormatBuilder |
withFormat(Format value)
Sets all properties based upon the supplied format
|
Format.FormatBuilder |
withHorizontalAlignment(HorizontalAlignment value)
Sets the horizontal alignment property of the format
|
Format.FormatBuilder |
withItalic(Italic value)
Sets the italics property of the format
|
Format.FormatBuilder |
withNumberFormat(NumberFormat value)
Sets the number format property of the format
|
Format.FormatBuilder |
withStrikethrough(Strikethrough value)
Sets the strike through property of the format
|
Format.FormatBuilder |
withTaskbarColor(Color value)
Sets the taskbar color property of the format
|
Format.FormatBuilder |
withTextColor(Color value)
Sets the text color property of the format
|
Format.FormatBuilder |
withTextWrap(TextWrap value)
Sets the text wrap property of the format
|
Format.FormatBuilder |
withThousandsSeparator(ThousandsSeparator value)
Sets the thousands separator property of the format
|
Format.FormatBuilder |
withUnderline(Underline value)
Sets the underline property of the format
|
Format.FormatBuilder |
withVerticalAlignment(VerticalAlignment value)
Sets the vertical alignment property of the format
|
public Format build()
public Format.FormatBuilder withFormat(Format value)
value - the valuepublic Format.FormatBuilder withFontFamily(FontFamily value)
value - the valuepublic Format.FormatBuilder withFontSize(FontSize value)
value - the valuepublic Format.FormatBuilder withBold(Bold value)
value - the valuepublic Format.FormatBuilder withItalic(Italic value)
value - the valuepublic Format.FormatBuilder withUnderline(Underline value)
value - the valuepublic Format.FormatBuilder withStrikethrough(Strikethrough value)
value - the valuepublic Format.FormatBuilder withHorizontalAlignment(HorizontalAlignment value)
value - the valuepublic Format.FormatBuilder withVerticalAlignment(VerticalAlignment value)
value - the valuepublic Format.FormatBuilder withTextColor(Color value)
value - the valuepublic Format.FormatBuilder withBackgroundColor(Color value)
value - the valuepublic Format.FormatBuilder withTaskbarColor(Color value)
value - the valuepublic Format.FormatBuilder withCurrency(Currency value)
value - the valuepublic Format.FormatBuilder withDecimalCount(DecimalCount value)
value - the valuepublic Format.FormatBuilder withThousandsSeparator(ThousandsSeparator value)
value - the valuepublic Format.FormatBuilder withNumberFormat(NumberFormat value)
value - the valuepublic Format.FormatBuilder withTextWrap(TextWrap value)
value - the valuepublic Format.FormatBuilder withDateFormat(DateFormat value)
value - the valueCopyright © 2014–2019 Smartsheet. All rights reserved.