Uses of Interface
io.keikai.model.sys.format.FormatResult
Packages that use FormatResult
Package
Description
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Engines classes.
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
Classes that doing system control on Keikai Spreadsheet UI Components.
-
Uses of FormatResult in io.keikai.model.impl.sys
Classes in io.keikai.model.impl.sys that implement FormatResultMethods in io.keikai.model.impl.sys that return FormatResultModifier and TypeMethodDescriptionFormatEngineImpl.format(SCell cell, FormatContext context) 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 FormatResultModifier and TypeMethodDescriptionFormatEngine.format(SCell cell, FormatContext ctx) Format the cell by it's formatFormatEngine.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 FormatResultMethods in io.keikai.ui.impl with parameters of type FormatResultModifier and TypeMethodDescriptionCellFormatHelper.getCellFormattedText(FormatResult ft) static StringCellFormatHelper.getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle) Gets Cell text by given row and columnSimpleCellDisplayLoader.getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle) static StringCellFormatHelper.getFontHtmlStyle(SSheet sheet, SCell cell, SCellStyle cellStyle, FormatResult ft, SCellStyle tbCellStyle, SConditionalStyle cdStyle) CellFormatHelper.getRealHtmlStyle(FormatResult ft, SCellStyle tbCellStyle, boolean hasMergedBorder, boolean isTextWrapped) static StringCellFormatHelper.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 FormatResultModifier and TypeMethodDescriptionCellDisplayLoader.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 FormatResultModifier and TypeMethodDescriptionCellDisplayLoaderImpl.getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)