| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormatResultImpl |
| Modifier and Type | Method and Description |
|---|---|
FormatResult |
FormatEngineImpl.format(SCell cell,
FormatContext context) |
FormatResult |
FormatEngineImpl.format(String format,
Object value,
FormatContext context,
int cellWidth) |
| Modifier and Type | Method and Description |
|---|---|
FormatResult |
FormatEngine.format(SCell cell,
FormatContext ctx)
Format the cell by it's format
|
FormatResult |
FormatEngine.format(String format,
Object value,
FormatContext ctx,
int cellWidth)
Format the value
|
Copyright © 2019. All rights reserved.