| Modifier and Type | Method and Description |
|---|---|
CellStyleKey |
CellImpl.getCellStyle() |
| Modifier and Type | Method and Description |
|---|---|
Map<CellStyleKey,CellStyle> |
SpreadsheetDecoration.getCellStyles() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetDecoration.add(CellStyleKey s,
CellStyle cellStyle) |
Cell |
CellImpl.cellStyle(CellStyleKey cellStyle)
Sets the style.
|
boolean |
SpreadsheetDecoration.exists(CellStyleKey s) |
CellStyle |
SpreadsheetDecoration.get(CellStyleKey k) |
void |
SpreadsheetDecoration.remove(CellStyleKey s) |
void |
CellImpl.setCellStyle(CellStyleKey cellStyle) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCellStyle
Default CellStyle key.
|
| Modifier and Type | Method and Description |
|---|---|
CellStyleKey |
DefaultCellStyle.getKey() |
| Modifier and Type | Method and Description |
|---|---|
CellStyleKey |
Cell.getCellStyle()
Gets cell style.
|
| Modifier and Type | Method and Description |
|---|---|
Cell |
Cell.cellStyle(CellStyleKey cellStyle)
Cell style cell.
|
void |
Cell.setCellStyle(CellStyleKey cellStyle)
Sets cell style.
|
Copyright © 2018. All rights reserved.