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.
|
io.keikai.ui.impl |
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
|
io.keikai.ui.sys |
Classes that doing system control on Keikai Spreadsheet UI Components.
|
io.keikaiex.ui.impl |
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
|
Modifier and Type | Method and Description |
---|---|
FormatResult |
CellFormatHelper.getFormatResult() |
Modifier and Type | Method and Description |
---|---|
String |
CellFormatHelper.getCellFormattedText(FormatResult ft) |
String |
SimpleCellDisplayLoader.getCellHtmlText(SSheet sheet,
int row,
int column,
FormatResult ft,
SCellStyle tbStyle)
Deprecated.
|
String |
SimpleCellDisplayLoader.getCellHtmlText(SSheet sheet,
int row,
int column,
FormatResult ft,
SCellStyle tbStyle,
SConditionalStyle cdStyle) |
static String |
CellFormatHelper.getCellHtmlText(SSheet sheet,
int row,
int column,
FormatResult ft,
SCellStyle tbStyle,
SConditionalStyle cdStyle)
Gets Cell text by given row and column
|
static String |
CellFormatHelper.getFontHtmlStyle(SSheet sheet,
SCell cell,
SCellStyle cellStyle,
FormatResult ft,
SCellStyle tbCellStyle,
SConditionalStyle cdStyle) |
String |
CellFormatHelper.getRealHtmlStyle(FormatResult ft,
SCellStyle tbCellStyle) |
static String |
CellFormatHelper.getRichCellHtmlText(SSheet sheet,
int row,
int column,
FormatResult ft,
SCellStyle tbStyle,
SConditionalStyle cdStyle)
Gets Cell text by given row and column, it handling
|
Modifier and Type | Method and Description |
---|---|
String |
CellDisplayLoader.getCellHtmlText(SSheet sheet,
int row,
int column,
FormatResult ft,
SCellStyle tbStyle)
Deprecated.
|
String |
CellDisplayLoader.getCellHtmlText(SSheet sheet,
int row,
int column,
FormatResult ft,
SCellStyle tbStyle,
SConditionalStyle cdStyle) |
Modifier and Type | Method and Description |
---|---|
String |
CellDisplayLoaderImpl.getCellHtmlText(SSheet sheet,
int row,
int column,
FormatResult ft,
SCellStyle tbStyle)
Deprecated.
|
String |
CellDisplayLoaderImpl.getCellHtmlText(SSheet sheet,
int row,
int column,
FormatResult ft,
SCellStyle tbStyle,
SConditionalStyle cdStyle) |
Copyright © 2020. All rights reserved.