| Package | Description |
|---|---|
| org.zkoss.zss.model |
ZK Spreadsheet Internal Book Model classes.
|
| org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.range.impl.imexp |
ZK 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 org.zkoss.poi.ss.usermodel.NamedStyle |
AbstractExcelExporter.toPOINamedStyle(SNamedStyle cellStyle) |
Copyright © 2019. All rights reserved.