| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
Cell |
Cell.clone() |
Cell |
Cell.withFormat(Format format)
The format of the cell.
|
Cell |
Cell.withFormat(String format)
The format of the cell.
|
Cell |
Cell.withFormattedValue(String formattedValue)
The formatted value of the cell.
|
Cell |
Cell.withFormattedValues(Collection<String> formattedValues)
A list of formatted values of the cell.
|
Cell |
Cell.withFormattedValues(String... formattedValues)
A list of formatted values of the cell.
|
Cell |
Cell.withFormula(String formula)
The formula contained in the cell.
|
Cell |
Cell.withRawValue(String rawValue)
The raw value of the data contained in the cell.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cell> |
TableRow.getCells()
A list of cells in the table row.
|
| Modifier and Type | Method and Description |
|---|---|
TableRow |
TableRow.withCells(Cell... cells)
A list of cells in the table row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableRow.setCells(Collection<Cell> cells)
A list of cells in the table row.
|
TableRow |
TableRow.withCells(Collection<Cell> cells)
A list of cells in the table row.
|
Copyright © 2022. All rights reserved.