| Package | Description |
|---|---|
| com.smartsheet.api.models | |
| com.smartsheet.api.models.format |
| Modifier and Type | Method and Description |
|---|---|
Format |
AbstractRow.getConditionalFormat() |
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() |
| Modifier and Type | Method and Description |
|---|---|
AbstractRow<TColumn,TCell> |
AbstractRow.setConditionalFormat(Format conditionalFormat)
Sets the conditional format of the row.
|
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) |
| 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–2017 Smartsheet. All rights reserved.