Uses of Interface
io.keikai.model.sys.format.FormatResult
-
Packages that use FormatResult 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 -
-
Uses of FormatResult in io.keikai.model.impl.sys
Classes in io.keikai.model.impl.sys that implement FormatResult Modifier and Type Class Description class
FormatResultImpl
Methods in io.keikai.model.impl.sys that return FormatResult Modifier and Type Method Description FormatResult
FormatEngineImpl. format(SCell cell, FormatContext context)
FormatResult
FormatEngineImpl. format(String format, Object value, FormatContext context, int cellWidth)
-
Uses of FormatResult in io.keikai.model.sys.format
Methods in io.keikai.model.sys.format that return FormatResult Modifier and Type Method Description FormatResult
FormatEngine. format(SCell cell, FormatContext ctx)
Format the cell by it's formatFormatResult
FormatEngine. format(String format, Object value, FormatContext ctx, int cellWidth)
Format the value -
Uses of FormatResult in io.keikai.ui.impl
Methods in io.keikai.ui.impl that return FormatResult Modifier and Type Method Description FormatResult
CellFormatHelper. getFormatResult()
Methods in io.keikai.ui.impl with parameters of type FormatResult Modifier and Type Method Description String
CellFormatHelper. getCellFormattedText(FormatResult ft)
static String
CellFormatHelper. getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
Gets Cell text by given row and columnString
SimpleCellDisplayLoader. getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
static String
CellFormatHelper. getFontHtmlStyle(SSheet sheet, SCell cell, SCellStyle cellStyle, FormatResult ft, SCellStyle tbCellStyle, SConditionalStyle cdStyle)
String
CellFormatHelper. getRealHtmlStyle(FormatResult ft, SCellStyle tbCellStyle, boolean hasMergedBorder, boolean isTextWrapped)
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 -
Uses of FormatResult in io.keikai.ui.sys
Methods in io.keikai.ui.sys with parameters of type FormatResult Modifier and Type Method Description String
CellDisplayLoader. getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
-
Uses of FormatResult in io.keikaiex.ui.impl
Methods in io.keikaiex.ui.impl with parameters of type FormatResult Modifier and Type Method Description String
CellDisplayLoaderImpl. getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
-