| Package | Description |
|---|---|
| com.smartsheet.api.models | |
| com.smartsheet.api.models.format |
| Modifier and Type | Method and Description |
|---|---|
Format |
AbstractRow.getConditionalFormat() |
Format |
ImageWidgetContent.getFormat()
Gets the formatDescriptor for the image file
|
Format |
AbstractRow.getFormat() |
Format |
Row.AddRowBuilder.getFormat()
Gets the format
|
Format |
Row.UpdateRowBuilder.getFormat()
Gets the format
|
Format |
Column.getFormat() |
Format |
Column.AddColumnToSheetBuilder.getFormat()
Gets the format for a column.
|
Format |
Column.UpdateColumnBuilder.getFormat()
Gets the format
|
Format |
Cell.getFormat() |
Format |
SummaryField.getFormat()
Gets the format descriptor
|
Format |
CellDataItem.getLabelFormat()
Get the format descriptor for the label
|
Format |
ShortcutDataItem.getLabelFormat()
Get the label format string
|
Format |
Widget.getTitleFormat()
Get the title format descriptor string
|
Format |
CellDataItem.getValueFormat()
Get the format descriptor for the cell value
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRow<TColumn,TCell> |
AbstractRow.setConditionalFormat(Format conditionalFormat)
Sets the conditional format of the row.
|
ImageWidgetContent |
ImageWidgetContent.setFormat(Format format)
Sets the formatDescriptor for the image file
|
AbstractRow<TColumn,TCell> |
AbstractRow.setFormat(Format format) |
Row.AddRowBuilder |
Row.AddRowBuilder.setFormat(Format format)
Sets the format
|
Row.UpdateRowBuilder |
Row.UpdateRowBuilder.setFormat(Format format)
Sets the format
|
Column |
Column.setFormat(Format format) |
Column.AddColumnToSheetBuilder |
Column.AddColumnToSheetBuilder.setFormat(Format format) |
Column.UpdateColumnBuilder |
Column.UpdateColumnBuilder.setFormat(Format format)
Sets the format
|
Cell |
Cell.setFormat(Format format) |
SummaryField |
SummaryField.setFormat(Format format)
Sets the format descriptor
|
CellDataItem |
CellDataItem.setLabelFormat(Format labelFormat)
Set the format descriptor for the label
|
ShortcutDataItem |
ShortcutDataItem.setLabelFormat(Format labelFormat)
Set the label format string
|
Widget |
Widget.setTitleFormat(Format titleFormat)
Set the title format descriptor string
|
CellDataItem |
CellDataItem.setValueFormat(Format valueFormat)
Set the format descriptor for the cell value
|
| Modifier and Type | Method and Description |
|---|---|
Format |
Format.FormatBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
Format.FormatSerializer.serialize(Format format,
com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Format.FormatBuilder |
Format.FormatBuilder.withFormat(Format value)
Sets all properties based upon the supplied format
|
Copyright © 2014–2019 Smartsheet. All rights reserved.