Uses of Class
io.keikai.model.sys.format.FormatContext
-
Packages that use FormatContext 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. -
-
Uses of FormatContext in io.keikai.model.impl.sys
Methods in io.keikai.model.impl.sys with parameters of type FormatContext Modifier and Type Method 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)
-
Uses of FormatContext in io.keikai.model.sys.format
Methods in io.keikai.model.sys.format with parameters of type FormatContext 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 valueString
FormatEngine. getEditText(SCell cell, FormatContext ctx)
Get the editText of cellString
FormatEngine. getFormat(SCell cell, FormatContext ctx)
Get the format of the cell, ifSCellStyle.isDirectDataFormat()
if false, the return value will be localizedString
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)
-