Package | Description |
---|---|
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
SNamedStyle |
SBook.getNamedStyle(String name)
Get the named style of this book
|
Modifier and Type | Method and Description |
---|---|
Collection<SNamedStyle> |
SBook.getNamedStyles()
Get all name styles.
|
Modifier and Type | Method and Description |
---|---|
void |
SBook.addNamedCellstyle(SNamedStyle namedStyle)
Add one more named cell style.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedStyleImpl |
Modifier and Type | Method and Description |
---|---|
SNamedStyle |
BookImpl.getNamedStyle(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<SNamedStyle> |
BookImpl.getNamedStyles() |
Modifier and Type | Method and Description |
---|---|
void |
BookImpl.addNamedCellstyle(SNamedStyle namedStyle) |
Modifier and Type | Method and Description |
---|---|
protected NamedStyle |
AbstractExcelExporter.toPOINamedStyle(SNamedStyle cellStyle) |
Copyright © 2020. All rights reserved.