Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.api.model |
Keikai Spreadsheet Model API classes.
|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
Modifier and Type | Method and Description |
---|---|
CellStyle |
Range.getCellStyle()
Gets the first cell(top-left) style of this range
|
Modifier and Type | Method and Description |
---|---|
EditableCellStyle |
Range.CellStyleHelper.createCellStyle(CellStyle src)
create a new cell style and clone attribute from src if it is not null
|
boolean |
Range.CellStyleHelper.isAvailable(CellStyle style)
Check if this style still available
|
void |
Range.setCellStyle(CellStyle nstyle)
Sets cell style, applies it to all cells of this range
|
Modifier and Type | Method and Description |
---|---|
CellStyle |
RangeImpl.getCellStyle()
get the first cell style of this range
|
Modifier and Type | Method and Description |
---|---|
void |
RangeImpl.setCellStyle(CellStyle nstyle) |
Modifier and Type | Interface and Description |
---|---|
interface |
EditableCellStyle
This interface allows you to change a cell's style.
|
Modifier and Type | Class and Description |
---|---|
class |
CellStyleImpl |
class |
EditableCellStyleImpl |
Modifier and Type | Method and Description |
---|---|
void |
EditableCellStyleImpl.copyAttributeFrom(CellStyle src) |
Copyright © 2020. All rights reserved.