Package com.smartsheet.api.models.format
Cell and column formatting model classes for the Smartsheet API.
This package contains classes related to cell and column formatting in Smartsheet, including formatting options for text appearance, alignment, colors, borders, and other visual properties.
These classes allow programmatic control over how data appears in Smartsheet sheets, enabling rich formatting capabilities through the API.
- See Also:
com.smartsheet.api.models
-
Class Summary Class Description Format This class represents the format as applied to a cell, row or column.Format.FormatBuilder Builder class for a Format objectFormat.FormatSerializer -
Enum Summary Enum Description Bold An enumeration representing the available Bold state for a format.Color An enumeration representing all the colors available for formatting within Smartsheet.Currency An enum representing the available currency formats available in Smartsheet.DateFormat DecimalCount An enumeration representing the Decimal count formats available in Smartsheet.FontFamily An enumeration representing the available font families within Smartsheet.FontSize An enumeration representing the available font sizes within Smartsheet.HorizontalAlignment An enumeration representing the available horizontal alignments within Smartsheet.Italic An enumeration representing the available Italic state for a format.NumberFormat Strikethrough An enumeration representing the available Strikethrough state for a format.TextWrap An enumeration representing the available text wrap settings within Smartsheet.ThousandsSeparator An enumeration representing the state of the Thousands separator.Underline An enumeration representing the available Underline state for a format.VerticalAlignment An enumeration representing the available vertical alignments within Smartsheet.