| 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.model.impl.sys |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.model.sys.format |
ZK Spreadsheet Internal Book Model Engines classes.
|
| org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
STableStyle |
STableStyleInfo.getTableStyle()
Deprecated.
|
STableStyle |
STableStyleInfo.getTableStyle(SBook book)
Returns styles used in this TableStyleInfo associated with the
specified book.
|
STableStyle |
SBook.getTableStyle(String name)
Get table style of the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
List<STableStyle> |
SBook.getTableStyles()
Returns table styles of this book.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SBook.addTableStyle(STableStyle tableStyle)
Add table style into this book.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTableStyleAdv |
class |
TableStyleImpl |
class |
TableStyleNone
Builtin TableStyleNone
|
| Modifier and Type | Method and Description |
|---|---|
STableStyle |
TableStyleInfoImpl.getTableStyle()
Deprecated.
|
STableStyle |
TableStyleInfoImpl.getTableStyle(SBook book) |
STableStyle |
BookImpl.getTableStyle(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<STableStyle> |
BookImpl.getTableStyles() |
| Modifier and Type | Method and Description |
|---|---|
void |
BookImpl.addTableStyle(STableStyle tableStyle) |
| Modifier and Type | Method and Description |
|---|---|
STableStyle |
FormatEngineImpl.getExistTableStyle(SBook book,
String name) |
STableStyle |
FormatEngineImpl.getTableStyle(SBook book,
String name) |
STableStyle |
FormatEngineImpl.getTableStyle(String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
STableStyle |
FormatEngine.getExistTableStyle(SBook book,
String name)
Returns TableStyle of the specified name of the specified book if exists;
or return null if not exists.
|
STableStyle |
FormatEngine.getTableStyle(SBook book,
String name)
Returns TableStyle of the specified name of the specified book.
|
STableStyle |
FormatEngine.getTableStyle(String name)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<STableStyle,org.zkoss.poi.ss.usermodel.TableStyle> |
AbstractExcelExporter.tbStyleTable |
| Modifier and Type | Method and Description |
|---|---|
protected STableStyle |
ExcelXlsxImporter.importTableStyle(org.zkoss.poi.ss.usermodel.TableStyle poiTableStyle) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractExcelExporter.addPOITableStyle(STableStyle tableStyle)
Add TableStyle as poi TableStyle
|
protected void |
ExcelXlsxExporter.addPOITableStyle(STableStyle tbStyle) |
Copyright © 2019. All rights reserved.