Package | Description |
---|---|
io.keikai.model.impl.sys |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.model.sys.format |
Keikai Spreadsheet Internal Book Model Engines classes.
|
Modifier and Type | Method and Description |
---|---|
FormatResult |
FormatEngineImpl.format(SCell cell,
FormatContext context) |
FormatResult |
FormatEngineImpl.format(String format,
Object value,
FormatContext context,
int cellWidth) |
String |
FormatEngineImpl.getEditText(SCell cell,
FormatContext context) |
String |
FormatEngineImpl.getFormat(SCell cell,
FormatContext context) |
String |
FormatEngineImpl.getLocalizedFormat(String format,
FormatContext context) |
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
|
String |
FormatEngine.getEditText(SCell cell,
FormatContext ctx)
Get the editText of cell
|
String |
FormatEngine.getFormat(SCell cell,
FormatContext ctx)
Get the format of the cell, if
SCellStyle.isDirectDataFormat() if false, the return value will be localized |
String |
FormatEngine.getLocalizedFormat(String format,
FormatContext ctx)
Get the localized-format , if the format is global-format, it will be transfer it to localized one (for example, m/d/yyyy will becom yyyy/m/d in zh_TW)
|
Copyright © 2020. All rights reserved.